Coral

#E6A433

Orange

Color Codes

All color formats for development

HEX
#E6A433
RGB
rgb(230, 164, 51)
HSL
hsl(38, 78%, 55%)
OKLCH
oklch(0.764 0.144 76)
CMYK
cmyk(0%, 29%, 78%, 10%)

Accessibility

WCAG contrast compliance

On White Background

2.16:1

AA AAA

On Black Background

9.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF1
200
#F8E5
300
#F2D1
400
#EBB8
500
#E6A4
600
#C888
700
#9F6C
800
#714D
900
#4931
950
#2D1F

Shades

Darker variations

1#E1981C
2#C88819
3#AF7716
4#966613
5#7D550F
6#64440C
7#4B3309
8#322206
9#191103

Tints

Lighter variations

1#E8AD47
2#EBB65C
3#EDBF70
4#F0C884
5#F2D299
6#F5DBAD
7#F7E4C2
8#FAEDD6
9#FCF6EB

Tones

Muted variations

1#DDA23C
2#D49F45
3#CB9D4E
4#C29B57
5#B9985F
6#B09668
7#A79371
8#9E917A
9#958F83

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F1
BackgroundsSubtle highlightsCard backgrounds
100
FBF1
#FBF1DF
Light backgroundsTable row hoverSkeleton loading
200
F8E5
#F8E5C4
Secondary backgroundsInput backgroundsDividers
300
F2D1
#F2D197
BordersInactive statesPlaceholder text
400
EBB8
#EBB860
Disabled statesSecondary iconsMuted text
500
E6A4
#E6A433
Primary brand colorCTAsActive elementsLinks
600
C888
#C88819
Hover statesFocus ringsPrimary buttons hover
700
9F6C
#9F6C14
Active/pressed statesDark mode accentsSecondary text
800
714D
#714D0E
Text on light backgroundsHeadingsStrong borders
900
4931
#493109
Primary textHigh emphasis contentDark headings
950
2D1F
#2D1F06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF9F1;
  --coral-100: #FBF1DF;
  --coral-200: #F8E5C4;
  --coral-300: #F2D197;
  --coral-400: #EBB860;
  --coral-500: #E6A433;
  --coral-600: #C88819;
  --coral-700: #9F6C14;
  --coral-800: #714D0E;
  --coral-900: #493109;
  --coral-950: #2D1F06;
}
Generate More ShadesCreate PaletteConvert Color