Coral

#F7BB55

Orange

Color Codes

All color formats for development

HEX
#F7BB55
RGB
rgb(247, 187, 85)
HSL
hsl(38, 91%, 65%)
OKLCH
oklch(0.828 0.136 78.1)
CMYK
cmyk(0%, 24%, 66%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF9
100
#FDF1
200
#FCE6
300
#FAD3
400
#F7BB
500
#F5A8
600
#D68B
700
#AA6F
800
#7A4F
900
#4E33
950
#3120

Shades

Darker variations

1#F5AF35
2#F4A215
3#DE900A
4#BE7C09
5#9E6707
6#7F5206
7#5F3E04
8#3F2903
9#201501

Tints

Lighter variations

1#F8C266
2#F9C977
3#F9D088
4#FAD699
5#FBDDAA
6#FCE4BB
7#FDEBCC
8#FDF1DD
9#FEF8EE

Tones

Muted variations

1#EFB95D
2#E7B765
3#DFB56D
4#D6B375
5#CEB17D
6#C6AE85
7#BEAC8D
8#B6AA96
9#AEA89E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF9
#FEF9F0
BackgroundsSubtle highlightsCard backgrounds
100
FDF1
#FDF1DD
Light backgroundsTable row hoverSkeleton loading
200
FCE6
#FCE6C0
Secondary backgroundsInput backgroundsDividers
300
FAD3
#FAD38F
BordersInactive statesPlaceholder text
400
F7BB
#F7BB55
Disabled statesSecondary iconsMuted text
500
F5A8
#F5A824
Primary brand colorCTAsActive elementsLinks
600
D68B
#D68B0A
Hover statesFocus ringsPrimary buttons hover
700
AA6F
#AA6F08
Active/pressed statesDark mode accentsSecondary text
800
7A4F
#7A4F06
Text on light backgroundsHeadingsStrong borders
900
4E33
#4E3304
Primary textHigh emphasis contentDark headings
950
3120
#312002
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF9F0;
  --coral-100: #FDF1DD;
  --coral-200: #FCE6C0;
  --coral-300: #FAD38F;
  --coral-400: #F7BB55;
  --coral-500: #F5A824;
  --coral-600: #D68B0A;
  --coral-700: #AA6F08;
  --coral-800: #7A4F06;
  --coral-900: #4E3304;
  --coral-950: #312002;
}
Generate More ShadesCreate PaletteConvert Color