Coral

#F78B55

Orange

Color Codes

All color formats for development

HEX
#F78B55
RGB
rgb(247, 139, 85)
HSL
hsl(20, 91%, 65%)
OKLCH
oklch(0.744 0.148 46.1)
CMYK
cmyk(0%, 44%, 66%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.39:1

AA AAA

On Black Background

8.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF5
100
#FDE8
200
#FCD4
300
#FAB3
400
#F78B
500
#F569
600
#D64E
700
#AA3E
800
#7A2C
900
#4E1C
950
#3112

Shades

Darker variations

1#F57535
2#F45F15
3#DE510A
4#BE4509
5#9E3A07
6#7F2E06
7#5F2304
8#3F1703
9#200C01

Tints

Lighter variations

1#F89666
2#F9A277
3#F9AE88
4#FAB999
5#FBC5AA
6#FCD0BB
7#FDDCCC
8#FDE8DD
9#FEF3EE

Tones

Muted variations

1#EF8D5D
2#E79065
3#DF936D
4#D69675
5#CE987D
6#C69B85
7#BE9E8D
8#B6A096
9#AEA39E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF5
#FEF5F0
BackgroundsSubtle highlightsCard backgrounds
100
FDE8
#FDE8DD
Light backgroundsTable row hoverSkeleton loading
200
FCD4
#FCD4C0
Secondary backgroundsInput backgroundsDividers
300
FAB3
#FAB38F
BordersInactive statesPlaceholder text
400
F78B
#F78B55
Disabled statesSecondary iconsMuted text
500
F569
#F56924
Primary brand colorCTAsActive elementsLinks
600
D64E
#D64E0A
Hover statesFocus ringsPrimary buttons hover
700
AA3E
#AA3E08
Active/pressed statesDark mode accentsSecondary text
800
7A2C
#7A2C06
Text on light backgroundsHeadingsStrong borders
900
4E1C
#4E1C04
Primary textHigh emphasis contentDark headings
950
3112
#311202
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF5F0;
  --coral-100: #FDE8DD;
  --coral-200: #FCD4C0;
  --coral-300: #FAB38F;
  --coral-400: #F78B55;
  --coral-500: #F56924;
  --coral-600: #D64E0A;
  --coral-700: #AA3E08;
  --coral-800: #7A2C06;
  --coral-900: #4E1C04;
  --coral-950: #311202;
}
Generate More ShadesCreate PaletteConvert Color