Orange

#DEA002

Orange

Color Codes

All color formats for development

HEX
#DEA002
RGB
rgb(222, 160, 2)
HSL
hsl(43, 98%, 44%)
OKLCH
oklch(0.746 0.154 80.6)
CMYK
cmyk(0%, 28%, 99%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.30:1

AA AAA

On Black Background

9.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFB
100
#FFF5
200
#FEEC
300
#FEDD
400
#FDCC
500
#FDBD
600
#DEA0
700
#B17F
800
#7E5B
900
#513A
950
#3224

Shades

Darker variations

1#C89002
2#B28002
3#9C7002
4#856001
5#6F5001
6#594001
7#433001
8#2C2000
9#161000

Tints

Lighter variations

1#FAB403
2#FDBD1D
3#FDC539
4#FDCE55
5#FED672
6#FEDE8E
7#FEE6AA
8#FEEFC6
9#FFF7E3

Tones

Muted variations

1#D39B0D
2#C89618
3#BD9223
4#B28D2E
5#A78839
6#9C8344
7#917E4F
8#867A5A
9#7B7565

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFB
#FFFBF0
BackgroundsSubtle highlightsCard backgrounds
100
FFF5
#FFF5DC
Light backgroundsTable row hoverSkeleton loading
200
FEEC
#FEECBD
Secondary backgroundsInput backgroundsDividers
300
FEDD
#FEDD8B
BordersInactive statesPlaceholder text
400
FDCC
#FDCC4E
Disabled statesSecondary iconsMuted text
500
FDBD
#FDBD1C
Primary brand colorCTAsActive elementsLinks
600
DEA0
#DEA002
Hover statesFocus ringsPrimary buttons hover
700
B17F
#B17F02
Active/pressed statesDark mode accentsSecondary text
800
7E5B
#7E5B01
Text on light backgroundsHeadingsStrong borders
900
513A
#513A01
Primary textHigh emphasis contentDark headings
950
3224
#322401
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FFFBF0;
  --orange-100: #FFF5DC;
  --orange-200: #FEECBD;
  --orange-300: #FEDD8B;
  --orange-400: #FDCC4E;
  --orange-500: #FDBD1C;
  --orange-600: #DEA002;
  --orange-700: #B17F02;
  --orange-800: #7E5B01;
  --orange-900: #513A01;
  --orange-950: #322401;
}
Generate More ShadesCreate PaletteConvert Color