Coral

#F69B55

Orange

Color Codes

All color formats for development

HEX
#F69B55
RGB
rgb(246, 155, 85)
HSL
hsl(26, 90%, 65%)
OKLCH
oklch(0.769 0.138 56.3)
CMYK
cmyk(0%, 37%, 65%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.16:1

AA AAA

On Black Background

9.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF6
100
#FDEB
200
#FCDA
300
#F9BD
400
#F69B
500
#F47E
600
#D563
700
#AA4F
800
#7938
900
#4E24
950
#3016

Shades

Darker variations

1#F48836
2#F37616
3#DC660C
4#BD580A
5#9D4908
6#7E3A07
7#5E2C05
8#3F1D03
9#1F0F02

Tints

Lighter variations

1#F7A566
2#F8AF77
3#F9B988
4#FAC399
5#FBCDAA
6#FBD7BB
7#FCE1CC
8#FDEBDD
9#FEF5EE

Tones

Muted variations

1#EE9C5D
2#E69D65
3#DE9E6E
4#D69F76
5#CEA07E
6#C6A186
7#BEA38E
8#B6A496
9#AEA59E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF6
#FEF6F0
BackgroundsSubtle highlightsCard backgrounds
100
FDEB
#FDEBDD
Light backgroundsTable row hoverSkeleton loading
200
FCDA
#FCDAC0
Secondary backgroundsInput backgroundsDividers
300
F9BD
#F9BD90
BordersInactive statesPlaceholder text
400
F69B
#F69B55
Disabled statesSecondary iconsMuted text
500
F47E
#F47E25
Primary brand colorCTAsActive elementsLinks
600
D563
#D5630B
Hover statesFocus ringsPrimary buttons hover
700
AA4F
#AA4F09
Active/pressed statesDark mode accentsSecondary text
800
7938
#793806
Text on light backgroundsHeadingsStrong borders
900
4E24
#4E2404
Primary textHigh emphasis contentDark headings
950
3016
#301603
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF6F0;
  --coral-100: #FDEBDD;
  --coral-200: #FCDAC0;
  --coral-300: #F9BD90;
  --coral-400: #F69B55;
  --coral-500: #F47E25;
  --coral-600: #D5630B;
  --coral-700: #AA4F09;
  --coral-800: #793806;
  --coral-900: #4E2404;
  --coral-950: #301603;
}
Generate More ShadesCreate PaletteConvert Color