Coral

#E3A635

Orange

Color Codes

All color formats for development

HEX
#E3A635
RGB
rgb(227, 166, 53)
HSL
hsl(39, 76%, 55%)
OKLCH
oklch(0.764 0.142 78.4)
CMYK
cmyk(0%, 27%, 77%, 11%)

Accessibility

WCAG contrast compliance

On White Background

2.15:1

AA AAA

On Black Background

9.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF1
200
#F7E5
300
#F1D2
400
#EABA
500
#E3A6
600
#C58A
700
#9D6E
800
#704E
900
#4832
950
#2D1F

Shades

Darker variations

1#DE9B1E
2#C58A1B
3#AD7918
4#946714
5#7B5611
6#63450D
7#4A340A
8#312207
9#191103

Tints

Lighter variations

1#E6AF49
2#E9B85D
3#ECC172
4#EECA86
5#F1D39A
6#F4DCAE
7#F7E4C2
8#F9EDD7
9#FCF6EB

Tones

Muted variations

1#DBA43E
2#D2A146
3#C99F4F
4#C19C58
5#B89961
6#AF9769
7#A69472
8#9E917B
9#958F84

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F2
BackgroundsSubtle highlightsCard backgrounds
100
FBF1
#FBF1E0
Light backgroundsTable row hoverSkeleton loading
200
F7E5
#F7E5C5
Secondary backgroundsInput backgroundsDividers
300
F1D2
#F1D298
BordersInactive statesPlaceholder text
400
EABA
#EABA62
Disabled statesSecondary iconsMuted text
500
E3A6
#E3A635
Primary brand colorCTAsActive elementsLinks
600
C58A
#C58A1B
Hover statesFocus ringsPrimary buttons hover
700
9D6E
#9D6E15
Active/pressed statesDark mode accentsSecondary text
800
704E
#704E0F
Text on light backgroundsHeadingsStrong borders
900
4832
#48320A
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: #FDF9F2;
  --coral-100: #FBF1E0;
  --coral-200: #F7E5C5;
  --coral-300: #F1D298;
  --coral-400: #EABA62;
  --coral-500: #E3A635;
  --coral-600: #C58A1B;
  --coral-700: #9D6E15;
  --coral-800: #704E0F;
  --coral-900: #48320A;
  --coral-950: #2D1F06;
}
Generate More ShadesCreate PaletteConvert Color