Coral

#EE975D

Orange

Color Codes

All color formats for development

HEX
#EE975D
RGB
rgb(238, 151, 93)
HSL
hsl(24, 81%, 65%)
OKLCH
oklch(0.754 0.128 53.2)
CMYK
cmyk(0%, 37%, 61%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.28:1

AA AAA

On Black Background

9.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF6
100
#FCEA
200
#F9D8
300
#F4BB
400
#EE97
500
#E97A
600
#CB5E
700
#A24B
800
#7335
900
#4A22
950
#2E15

Shades

Darker variations

1#EB843F
2#E87121
3#D26116
4#B45313
5#964510
6#78380D
7#5A2A09
8#3C1C06
9#1E0E03

Tints

Lighter variations

1#F0A26E
2#F1AC7E
3#F3B68E
4#F5C19E
5#F7CBAE
6#F8D6BE
7#FAE0CF
8#FCEADF
9#FDF5EF

Tones

Muted variations

1#E79965
2#E09A6C
3#D89C73
4#D19D7A
5#CA9F82
6#C3A089
7#BBA190
8#B4A397
9#ADA49F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF6
#FEF6F1
BackgroundsSubtle highlightsCard backgrounds
100
FCEA
#FCEADF
Light backgroundsTable row hoverSkeleton loading
200
F9D8
#F9D8C3
Secondary backgroundsInput backgroundsDividers
300
F4BB
#F4BB95
BordersInactive statesPlaceholder text
400
EE97
#EE975D
Disabled statesSecondary iconsMuted text
500
E97A
#E97A2F
Primary brand colorCTAsActive elementsLinks
600
CB5E
#CB5E15
Hover statesFocus ringsPrimary buttons hover
700
A24B
#A24B11
Active/pressed statesDark mode accentsSecondary text
800
7335
#73350C
Text on light backgroundsHeadingsStrong borders
900
4A22
#4A2208
Primary textHigh emphasis contentDark headings
950
2E15
#2E1505
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF6F1;
  --coral-100: #FCEADF;
  --coral-200: #F9D8C3;
  --coral-300: #F4BB95;
  --coral-400: #EE975D;
  --coral-500: #E97A2F;
  --coral-600: #CB5E15;
  --coral-700: #A24B11;
  --coral-800: #73350C;
  --coral-900: #4A2208;
  --coral-950: #2E1505;
}
Generate More ShadesCreate PaletteConvert Color