Coral

#F28F5A

Orange

Color Codes

All color formats for development

HEX
#F28F5A
RGB
rgb(242, 143, 90)
HSL
hsl(21, 85%, 65%)
OKLCH
oklch(0.745 0.138 47.8)
CMYK
cmyk(0%, 41%, 63%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.37:1

AA AAA

On Black Background

8.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF5
100
#FCE9
200
#FAD5
300
#F6B5
400
#F28F
500
#EE6F
600
#D054
700
#A542
800
#762F
900
#4B1E
950
#2F13

Shades

Darker variations

1#EF7A3B
2#ED651D
3#D75611
4#B84A0F
5#993E0C
6#7B310A
7#5C2507
8#3D1905
9#1F0C02

Tints

Lighter variations

1#F39A6A
2#F4A57B
3#F6B18B
4#F7BC9C
5#F8C7AC
6#FAD2BD
7#FBDDCD
8#FCE9DE
9#FEF4EE

Tones

Muted variations

1#EA9161
2#E29469
3#DB9671
4#D39878
5#CC9A80
6#C49D87
7#BD9F8F
8#B5A197
9#ADA39E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF5
#FEF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FCE9
#FCE9DE
Light backgroundsTable row hoverSkeleton loading
200
FAD5
#FAD5C2
Secondary backgroundsInput backgroundsDividers
300
F6B5
#F6B592
BordersInactive statesPlaceholder text
400
F28F
#F28F5A
Disabled statesSecondary iconsMuted text
500
EE6F
#EE6F2B
Primary brand colorCTAsActive elementsLinks
600
D054
#D05411
Hover statesFocus ringsPrimary buttons hover
700
A542
#A5420D
Active/pressed statesDark mode accentsSecondary text
800
762F
#762F0A
Text on light backgroundsHeadingsStrong borders
900
4B1E
#4B1E06
Primary textHigh emphasis contentDark headings
950
2F13
#2F1304
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF5F1;
  --coral-100: #FCE9DE;
  --coral-200: #FAD5C2;
  --coral-300: #F6B592;
  --coral-400: #F28F5A;
  --coral-500: #EE6F2B;
  --coral-600: #D05411;
  --coral-700: #A5420D;
  --coral-800: #762F0A;
  --coral-900: #4B1E06;
  --coral-950: #2F1304;
}
Generate More ShadesCreate PaletteConvert Color