Orange

#DEAB02

Yellow

Color Codes

All color formats for development

HEX
#DEAB02
RGB
rgb(222, 171, 2)
HSL
hsl(46, 98%, 44%)
OKLCH
oklch(0.767 0.157 86.9)
CMYK
cmyk(0%, 23%, 99%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.11:1

AA AAA

On Black Background

9.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFB
100
#FFF6
200
#FEEF
300
#FEE3
400
#FDD4
500
#FDC8
600
#DEAB
700
#B188
800
#7E61
900
#513E
950
#3227

Shades

Darker variations

1#C89A02
2#B28902
3#9C7802
4#856701
5#6F5501
6#594401
7#433301
8#2C2200
9#161100

Tints

Lighter variations

1#FAC103
2#FDC81D
3#FDCF39
4#FDD655
5#FEDD72
6#FEE48E
7#FEEBAA
8#FEF1C6
9#FFF8E3

Tones

Muted variations

1#D3A50D
2#C89F18
3#BD9923
4#B2932E
5#A78E39
6#9C8844
7#91824F
8#867C5A
9#7B7665

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFB
#FFFBF0
BackgroundsSubtle highlightsCard backgrounds
100
FFF6
#FFF6DC
Light backgroundsTable row hoverSkeleton loading
200
FEEF
#FEEFBD
Secondary backgroundsInput backgroundsDividers
300
FEE3
#FEE38B
BordersInactive statesPlaceholder text
400
FDD4
#FDD44E
Disabled statesSecondary iconsMuted text
500
FDC8
#FDC81C
Primary brand colorCTAsActive elementsLinks
600
DEAB
#DEAB02
Hover statesFocus ringsPrimary buttons hover
700
B188
#B18802
Active/pressed statesDark mode accentsSecondary text
800
7E61
#7E6101
Text on light backgroundsHeadingsStrong borders
900
513E
#513E01
Primary textHigh emphasis contentDark headings
950
3227
#322701
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FFFBF0;
  --orange-100: #FFF6DC;
  --orange-200: #FEEFBD;
  --orange-300: #FEE38B;
  --orange-400: #FDD44E;
  --orange-500: #FDC81C;
  --orange-600: #DEAB02;
  --orange-700: #B18802;
  --orange-800: #7E6101;
  --orange-900: #513E01;
  --orange-950: #322701;
}
Generate More ShadesCreate PaletteConvert Color