Coral

#E3A935

Orange

Color Codes

All color formats for development

HEX
#E3A935
RGB
rgb(227, 169, 53)
HSL
hsl(40, 76%, 55%)
OKLCH
oklch(0.77 0.142 80.3)
CMYK
cmyk(0%, 26%, 77%, 11%)

Accessibility

WCAG contrast compliance

On White Background

2.10:1

AA AAA

On Black Background

9.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF2
200
#F7E6
300
#F1D3
400
#EABC
500
#E3A9
600
#C58D
700
#9D70
800
#7050
900
#4833
950
#2D20

Shades

Darker variations

1#DE9E1E
2#C58D1B
3#AD7B18
4#946914
5#7B5811
6#63460D
7#4A350A
8#312307
9#191203

Tints

Lighter variations

1#E6B249
2#E9BA5D
3#ECC372
4#EECC86
5#F1D49A
6#F4DDAE
7#F7E5C2
8#F9EED7
9#FCF6EB

Tones

Muted variations

1#DBA63E
2#D2A446
3#C9A14F
4#C19E58
5#B89B61
6#AF9869
7#A69572
8#9E927B
9#958F84

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F2
BackgroundsSubtle highlightsCard backgrounds
100
FBF2
#FBF2E0
Light backgroundsTable row hoverSkeleton loading
200
F7E6
#F7E6C5
Secondary backgroundsInput backgroundsDividers
300
F1D3
#F1D398
BordersInactive statesPlaceholder text
400
EABC
#EABC62
Disabled statesSecondary iconsMuted text
500
E3A9
#E3A935
Primary brand colorCTAsActive elementsLinks
600
C58D
#C58D1B
Hover statesFocus ringsPrimary buttons hover
700
9D70
#9D7015
Active/pressed statesDark mode accentsSecondary text
800
7050
#70500F
Text on light backgroundsHeadingsStrong borders
900
4833
#48330A
Primary textHigh emphasis contentDark headings
950
2D20
#2D2006
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF9F2;
  --coral-100: #FBF2E0;
  --coral-200: #F7E6C5;
  --coral-300: #F1D398;
  --coral-400: #EABC62;
  --coral-500: #E3A935;
  --coral-600: #C58D1B;
  --coral-700: #9D7015;
  --coral-800: #70500F;
  --coral-900: #48330A;
  --coral-950: #2D2006;
}
Generate More ShadesCreate PaletteConvert Color