Coral

#E6A133

Orange

Color Codes

All color formats for development

HEX
#E6A133
RGB
rgb(230, 161, 51)
HSL
hsl(37, 78%, 55%)
OKLCH
oklch(0.758 0.144 74.1)
CMYK
cmyk(0%, 30%, 78%, 10%)

Accessibility

WCAG contrast compliance

On White Background

2.21:1

AA AAA

On Black Background

9.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF0
200
#F8E4
300
#F2CF
400
#EBB6
500
#E6A1
600
#C885
700
#9F69
800
#714B
900
#4930
950
#2D1E

Shades

Darker variations

1#E1951C
2#C88519
3#AF7416
4#966313
5#7D530F
6#64420C
7#4B3209
8#322106
9#191103

Tints

Lighter variations

1#E8AB47
2#EBB45C
3#EDBD70
4#F0C784
5#F2D099
6#F5D9AD
7#F7E3C2
8#FAECD6
9#FCF6EB

Tones

Muted variations

1#DD9F3C
2#D49D45
3#CB9B4E
4#C29957
5#B9975F
6#B09568
7#A79371
8#9E907A
9#958E83

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F1
BackgroundsSubtle highlightsCard backgrounds
100
FBF0
#FBF0DF
Light backgroundsTable row hoverSkeleton loading
200
F8E4
#F8E4C4
Secondary backgroundsInput backgroundsDividers
300
F2CF
#F2CF97
BordersInactive statesPlaceholder text
400
EBB6
#EBB660
Disabled statesSecondary iconsMuted text
500
E6A1
#E6A133
Primary brand colorCTAsActive elementsLinks
600
C885
#C88519
Hover statesFocus ringsPrimary buttons hover
700
9F69
#9F6914
Active/pressed statesDark mode accentsSecondary text
800
714B
#714B0E
Text on light backgroundsHeadingsStrong borders
900
4930
#493009
Primary textHigh emphasis contentDark headings
950
2D1E
#2D1E06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF9F1;
  --coral-100: #FBF0DF;
  --coral-200: #F8E4C4;
  --coral-300: #F2CF97;
  --coral-400: #EBB660;
  --coral-500: #E6A133;
  --coral-600: #C88519;
  --coral-700: #9F6914;
  --coral-800: #714B0E;
  --coral-900: #493009;
  --coral-950: #2D1E06;
}
Generate More ShadesCreate PaletteConvert Color