Coral

#F49957

Orange

Color Codes

All color formats for development

HEX
#F49957
RGB
rgb(244, 153, 87)
HSL
hsl(25, 88%, 65%)
OKLCH
oklch(0.764 0.136 55)
CMYK
cmyk(0%, 37%, 64%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.20:1

AA AAA

On Black Background

9.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF6
100
#FDEB
200
#FBD9
300
#F8BC
400
#F499
500
#F17B
600
#D360
700
#A84C
800
#7836
900
#4D23
950
#3016

Shades

Darker variations

1#F28638
2#F07319
3#DA630E
4#BB550C
5#9C470A
6#7D3908
7#5D2A06
8#3E1C04
9#1F0E02

Tints

Lighter variations

1#F5A368
2#F6AD79
3#F8B78A
4#F9C29A
5#FACCAB
6#FBD6BC
7#FCE0CD
8#FDEBDD
9#FEF5EE

Tones

Muted variations

1#EC9A5F
2#E59B67
3#DD9D6F
4#D59E77
5#CD9F7E
6#C5A186
7#BDA28E
8#B5A396
9#AEA49E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF6
#FEF6F1
BackgroundsSubtle highlightsCard backgrounds
100
FDEB
#FDEBDD
Light backgroundsTable row hoverSkeleton loading
200
FBD9
#FBD9C1
Secondary backgroundsInput backgroundsDividers
300
F8BC
#F8BC91
BordersInactive statesPlaceholder text
400
F499
#F49957
Disabled statesSecondary iconsMuted text
500
F17B
#F17B27
Primary brand colorCTAsActive elementsLinks
600
D360
#D3600D
Hover statesFocus ringsPrimary buttons hover
700
A84C
#A84C0B
Active/pressed statesDark mode accentsSecondary text
800
7836
#783608
Text on light backgroundsHeadingsStrong borders
900
4D23
#4D2305
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: #FEF6F1;
  --coral-100: #FDEBDD;
  --coral-200: #FBD9C1;
  --coral-300: #F8BC91;
  --coral-400: #F49957;
  --coral-500: #F17B27;
  --coral-600: #D3600D;
  --coral-700: #A84C0B;
  --coral-800: #783608;
  --coral-900: #4D2305;
  --coral-950: #301603;
}
Generate More ShadesCreate PaletteConvert Color