Orange

#CAA916

Yellow

Color Codes

All color formats for development

HEX
#CAA916
RGB
rgb(202, 169, 22)
HSL
hsl(49, 80%, 44%)
OKLCH
oklch(0.743 0.148 94.3)
CMYK
cmyk(0%, 16%, 89%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.28:1

AA AAA

On Black Background

9.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF6
200
#F8EF
300
#F3E2
400
#EDD3
500
#E8C6
600
#CAA9
700
#A186
800
#7360
900
#493D
950
#2E26

Shades

Darker variations

1#B69814
2#A28712
3#8D7610
4#79650D
5#65550B
6#514409
7#3D3307
8#282204
9#141102

Tints

Lighter variations

1#E4BF19
2#E8C731
3#EBCE4B
4#EED565
5#F1DC7E
6#F4E398
7#F6EAB2
8#F9F1CC
9#FCF8E5

Tones

Muted variations

1#C1A31F
2#B89E28
3#AF9831
4#A6923A
5#9D8D43
6#94874C
7#8B8155
8#827C5E
9#797667

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF6
#FBF6DF
Light backgroundsTable row hoverSkeleton loading
200
F8EF
#F8EFC3
Secondary backgroundsInput backgroundsDividers
300
F3E2
#F3E295
BordersInactive statesPlaceholder text
400
EDD3
#EDD35E
Disabled statesSecondary iconsMuted text
500
E8C6
#E8C630
Primary brand colorCTAsActive elementsLinks
600
CAA9
#CAA916
Hover statesFocus ringsPrimary buttons hover
700
A186
#A18612
Active/pressed statesDark mode accentsSecondary text
800
7360
#73600D
Text on light backgroundsHeadingsStrong borders
900
493D
#493D08
Primary textHigh emphasis contentDark headings
950
2E26
#2E2605
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FDFBF1;
  --orange-100: #FBF6DF;
  --orange-200: #F8EFC3;
  --orange-300: #F3E295;
  --orange-400: #EDD35E;
  --orange-500: #E8C630;
  --orange-600: #CAA916;
  --orange-700: #A18612;
  --orange-800: #73600D;
  --orange-900: #493D08;
  --orange-950: #2E2605;
}
Generate More ShadesCreate PaletteConvert Color