Yellow
#EFEF2A
YellowColor Codes
All color formats for development
HEX
#EFEF2ARGB
rgb(239, 239, 42)HSL
hsl(60, 86%, 55%)OKLCH
oklch(0.922 0.193 109.7)CMYK
cmyk(0%, 0%, 82%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBEB12
2#D1D110
3#B7B70E
4#9D9D0C
5#82820A
6#686808
7#4E4E06
8#343404
9#1A1A02
Tints
Lighter variations
1#F1F13F
2#F2F254
3#F4F46A
4#F5F57F
5#F7F794
6#F9F9AA
7#FAFABF
8#FCFCD4
9#FDFDEA
Tones
Muted variations
1#E5E533
2#DBDB3D
3#D1D147
4#C7C751
5#BEBE5B
6#B4B465
7#AAAA6F
8#A0A079
9#969682
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAFA #FAFAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7F7 #F7F792 | BordersInactive statesPlaceholder text |
| 400 | F3F3 #F3F359 | Disabled statesSecondary iconsMuted text |
| 500 | EFEF #EFEF2A | Primary brand colorCTAsActive elementsLinks |
| 600 | D1D1 #D1D110 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A6A6 #A6A60C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7777 #777709 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C4C #4C4C06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2F #2F2F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--yellow-50: #FEFEF1;
--yellow-100: #FDFDDE;
--yellow-200: #FAFAC1;
--yellow-300: #F7F792;
--yellow-400: #F3F359;
--yellow-500: #EFEF2A;
--yellow-600: #D1D110;
--yellow-700: #A6A60C;
--yellow-800: #777709;
--yellow-900: #4C4C06;
--yellow-950: #2F2F04;
}