Yellow
#FFFF1A
YellowColor Codes
All color formats for development
HEX
#FFFF1ARGB
rgb(255, 255, 26)HSL
hsl(60, 100%, 55%)OKLCH
oklch(0.968 0.208 109.7)CMYK
cmyk(0%, 0%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCFC00
2#E0E000
3#C4C400
4#A8A800
5#8C8C00
6#707000
7#545400
8#383800
9#1C1C00
Tints
Lighter variations
1#FFFF30
2#FFFF47
3#FFFF5E
4#FFFF75
5#FFFF8C
6#FFFFA3
7#FFFFBA
8#FFFFD1
9#FFFFE8
Tones
Muted variations
1#F4F425
2#E8E830
3#DDDD3C
4#D1D147
5#C6C653
6#BABA5E
7#AFAF6A
8#A3A375
9#989881
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFF #FFFFF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFF #FFFFDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFFF #FFFFBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFFF #FFFF8A | BordersInactive statesPlaceholder text |
| 400 | FFFF #FFFF4D | Disabled statesSecondary iconsMuted text |
| 500 | FFFF #FFFF1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0E0 #E0E000 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B3B3 #B3B300 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8080 #808000 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5252 #525200 | Primary textHigh emphasis contentDark headings |
| 950 | 3333 #333300 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--yellow-50: #FFFFF0;
--yellow-100: #FFFFDB;
--yellow-200: #FFFFBD;
--yellow-300: #FFFF8A;
--yellow-400: #FFFF4D;
--yellow-500: #FFFF1A;
--yellow-600: #E0E000;
--yellow-700: #B3B300;
--yellow-800: #808000;
--yellow-900: #525200;
--yellow-950: #333300;
}