Giraffe
#fefe33
Looking for the precise values behind Giraffe (#fefe33)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fefe33 | |
|---|---|---|
| RGB | rgb(254, 254, 51) | |
| HSL | hsl(60, 99%, 60%) | |
| CMYK | cmyk(0%, 0%, 80%, 0%) | |
| LAB | lab(97, -15, 86) | |
| OKLCH | oklch(0.97 0.2 110) |
Color harmonies
Tints & shades
Code snippets
color: #fefe33;
background-color: #fefe33;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEFE33)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.20, alpha: 1.0)