Yellow
#EDED2C
YellowColor Codes
All color formats for development
HEX
#EDED2CRGB
rgb(237, 237, 44)HSL
hsl(60, 84%, 55%)OKLCH
oklch(0.917 0.191 109.6)CMYK
cmyk(0%, 0%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8E814
2#CECE12
3#B5B510
4#9B9B0D
5#81810B
6#676709
7#4D4D07
8#343404
9#1A1A02
Tints
Lighter variations
1#EEEE41
2#F0F056
3#F2F26B
4#F4F480
5#F6F695
6#F8F8AB
7#F9F9C0
8#FBFBD5
9#FDFDEA
Tones
Muted variations
1#E3E335
2#D9D93F
3#D0D049
4#C6C652
5#BCBC5C
6#B3B366
7#A9A96F
8#A0A079
9#969683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFC #FCFCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAFA #FAFAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F6 #F6F693 | BordersInactive statesPlaceholder text |
| 400 | F1F1 #F1F15B | Disabled statesSecondary iconsMuted text |
| 500 | EDED #EDED2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CECE #CECE12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A4A4 #A4A40E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7575 #75750A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4B #4B4B07 | 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: #FCFCDE;
--yellow-200: #FAFAC2;
--yellow-300: #F6F693;
--yellow-400: #F1F15B;
--yellow-500: #EDED2C;
--yellow-600: #CECE12;
--yellow-700: #A4A40E;
--yellow-800: #75750A;
--yellow-900: #4B4B07;
--yellow-950: #2F2F04;
}