Coral

#EF775D

Red

Color Codes

All color formats for development

HEX
#EF775D
RGB
rgb(239, 119, 93)
HSL
hsl(11, 82%, 65%)
OKLCH
oklch(0.703 0.154 33.5)
CMYK
cmyk(0%, 50%, 61%, 6%)

Accessibility

WCAG contrast compliance

On White Background

2.81:1

AA AAA

On Black Background

7.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FCE4
200
#F9CD
300
#F4A6
400
#EF77
500
#EA51
600
#CC36
700
#A22B
800
#741F
900
#4A14
950
#2E0C

Shades

Darker variations

1#EC5E3E
2#E94520
3#D33815
4#B53012
5#97280F
6#79200C
7#5A1809
8#3C1006
9#1E0803

Tints

Lighter variations

1#F1856D
2#F2937D
3#F4A08D
4#F5AE9E
5#F7BBAE
6#F9C9BE
7#FAD6CE
8#FCE4DF
9#FDF1EF

Tones

Muted variations

1#E87C64
2#E0816B
3#D98573
4#D28A7A
5#CA8F81
6#C39388
7#BC9890
8#B49C97
9#ADA19E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F1
BackgroundsSubtle highlightsCard backgrounds
100
FCE4
#FCE4DF
Light backgroundsTable row hoverSkeleton loading
200
F9CD
#F9CDC3
Secondary backgroundsInput backgroundsDividers
300
F4A6
#F4A694
BordersInactive statesPlaceholder text
400
EF77
#EF775D
Disabled statesSecondary iconsMuted text
500
EA51
#EA512E
Primary brand colorCTAsActive elementsLinks
600
CC36
#CC3614
Hover statesFocus ringsPrimary buttons hover
700
A22B
#A22B10
Active/pressed statesDark mode accentsSecondary text
800
741F
#741F0B
Text on light backgroundsHeadingsStrong borders
900
4A14
#4A1407
Primary textHigh emphasis contentDark headings
950
2E0C
#2E0C05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF3F1;
  --coral-100: #FCE4DF;
  --coral-200: #F9CDC3;
  --coral-300: #F4A694;
  --coral-400: #EF775D;
  --coral-500: #EA512E;
  --coral-600: #CC3614;
  --coral-700: #A22B10;
  --coral-800: #741F0B;
  --coral-900: #4A1407;
  --coral-950: #2E0C05;
}
Generate More ShadesCreate PaletteConvert Color