Coral

#F69055

Orange

Color Codes

All color formats for development

HEX
#F69055
RGB
rgb(246, 144, 85)
HSL
hsl(22, 90%, 65%)
OKLCH
oklch(0.751 0.144 49.3)
CMYK
cmyk(0%, 41%, 65%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.32:1

AA AAA

On Black Background

9.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF6
100
#FDE9
200
#FCD6
300
#F9B6
400
#F690
500
#F471
600
#D555
700
#AA44
800
#7930
900
#4E1F
950
#3013

Shades

Darker variations

1#F47C36
2#F36716
3#DC580C
4#BD4C0A
5#9D3F08
6#7E3207
7#5E2605
8#3F1903
9#1F0D02

Tints

Lighter variations

1#F79B66
2#F8A677
3#F9B288
4#FABD99
5#FBC8AA
6#FBD3BB
7#FCDECC
8#FDE9DD
9#FEF4EE

Tones

Muted variations

1#EE925D
2#E69565
3#DE976E
4#D69976
5#CE9B7E
6#C69D86
7#BE9F8E
8#B6A196
9#AEA49E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF6
#FEF6F0
BackgroundsSubtle highlightsCard backgrounds
100
FDE9
#FDE9DD
Light backgroundsTable row hoverSkeleton loading
200
FCD6
#FCD6C0
Secondary backgroundsInput backgroundsDividers
300
F9B6
#F9B690
BordersInactive statesPlaceholder text
400
F690
#F69055
Disabled statesSecondary iconsMuted text
500
F471
#F47125
Primary brand colorCTAsActive elementsLinks
600
D555
#D5550B
Hover statesFocus ringsPrimary buttons hover
700
AA44
#AA4409
Active/pressed statesDark mode accentsSecondary text
800
7930
#793006
Text on light backgroundsHeadingsStrong borders
900
4E1F
#4E1F04
Primary textHigh emphasis contentDark headings
950
3013
#301303
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF6F0;
  --coral-100: #FDE9DD;
  --coral-200: #FCD6C0;
  --coral-300: #F9B690;
  --coral-400: #F69055;
  --coral-500: #F47125;
  --coral-600: #D5550B;
  --coral-700: #AA4409;
  --coral-800: #793006;
  --coral-900: #4E1F04;
  --coral-950: #301303;
}
Generate More ShadesCreate PaletteConvert Color