Yellow

#F0F028

Yellow

Color Codes

All color formats for development

HEX
#F0F028
RGB
rgb(240, 240, 40)
HSL
hsl(60, 87%, 55%)
OKLCH
oklch(0.925 0.194 109.7)
CMYK
cmyk(0%, 0%, 83%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFE
100
#FDFD
200
#FBFB
300
#F7F7
400
#F3F3
500
#F0F0
600
#D2D2
700
#A7A7
800
#7777
900
#4C4C
950
#3030

Shades

Darker variations

1#ECEC10
2#D2D20F
3#B8B80D
4#9D9D0B
5#838309
6#696907
7#4F4F05
8#343404
9#1A1A02

Tints

Lighter variations

1#F2F23E
2#F3F353
3#F5F569
4#F6F67E
5#F8F894
6#F9F9A9
7#FBFBBF
8#FCFCD4
9#FEFEEA

Tones

Muted variations

1#E6E632
2#DCDC3C
3#D2D246
4#C8C850
5#BEBE5A
6#B4B464
7#AAAA6E
8#A0A078
9#969682

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFE
#FEFEF1
BackgroundsSubtle highlightsCard backgrounds
100
FDFD
#FDFDDE
Light backgroundsTable row hoverSkeleton loading
200
FBFB
#FBFBC1
Secondary backgroundsInput backgroundsDividers
300
F7F7
#F7F791
BordersInactive statesPlaceholder text
400
F3F3
#F3F358
Disabled statesSecondary iconsMuted text
500
F0F0
#F0F028
Primary brand colorCTAsActive elementsLinks
600
D2D2
#D2D20F
Hover statesFocus ringsPrimary buttons hover
700
A7A7
#A7A70C
Active/pressed statesDark mode accentsSecondary text
800
7777
#777708
Text on light backgroundsHeadingsStrong borders
900
4C4C
#4C4C05
Primary textHigh emphasis contentDark headings
950
3030
#303003
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --yellow-50: #FEFEF1;
  --yellow-100: #FDFDDE;
  --yellow-200: #FBFBC1;
  --yellow-300: #F7F791;
  --yellow-400: #F3F358;
  --yellow-500: #F0F028;
  --yellow-600: #D2D20F;
  --yellow-700: #A7A70C;
  --yellow-800: #777708;
  --yellow-900: #4C4C05;
  --yellow-950: #303003;
}
Generate More ShadesCreate PaletteConvert Color