Orange

#CAAC16

Yellow

Color Codes

All color formats for development

HEX
#CAAC16
RGB
rgb(202, 172, 22)
HSL
hsl(50, 80%, 44%)
OKLCH
oklch(0.749 0.15 96)
CMYK
cmyk(0%, 15%, 89%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.23:1

AA AAA

On Black Background

9.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF7
200
#F8F0
300
#F3E4
400
#EDD5
500
#E8C9
600
#CAAC
700
#A189
800
#7362
900
#493F
950
#2E27

Shades

Darker variations

1#B69B14
2#A28A12
3#8D7810
4#79670D
5#65560B
6#514509
7#3D3407
8#282204
9#141102

Tints

Lighter variations

1#E4C219
2#E8CA31
3#EBD04B
4#EED765
5#F1DE7E
6#F4E498
7#F6EBB2
8#F9F2CC
9#FCF8E5

Tones

Muted variations

1#C1A61F
2#B8A028
3#AF9A31
4#A6943A
5#9D8E43
6#94884C
7#8B8255
8#827C5E
9#797667

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF7
#FBF7DF
Light backgroundsTable row hoverSkeleton loading
200
F8F0
#F8F0C3
Secondary backgroundsInput backgroundsDividers
300
F3E4
#F3E495
BordersInactive statesPlaceholder text
400
EDD5
#EDD55E
Disabled statesSecondary iconsMuted text
500
E8C9
#E8C930
Primary brand colorCTAsActive elementsLinks
600
CAAC
#CAAC16
Hover statesFocus ringsPrimary buttons hover
700
A189
#A18912
Active/pressed statesDark mode accentsSecondary text
800
7362
#73620D
Text on light backgroundsHeadingsStrong borders
900
493F
#493F08
Primary textHigh emphasis contentDark headings
950
2E27
#2E2705
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FDFBF1;
  --orange-100: #FBF7DF;
  --orange-200: #F8F0C3;
  --orange-300: #F3E495;
  --orange-400: #EDD55E;
  --orange-500: #E8C930;
  --orange-600: #CAAC16;
  --orange-700: #A18912;
  --orange-800: #73620D;
  --orange-900: #493F08;
  --orange-950: #2E2705;
}
Generate More ShadesCreate PaletteConvert Color