Coral

#F6A355

Orange

Color Codes

All color formats for development

HEX
#F6A355
RGB
rgb(246, 163, 85)
HSL
hsl(29, 90%, 65%)
OKLCH
oklch(0.783 0.136 61.8)
CMYK
cmyk(0%, 34%, 65%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.04:1

AA AAA

On Black Background

10.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF7
100
#FDED
200
#FCDD
300
#F9C3
400
#F6A3
500
#F489
600
#D56D
700
#AA57
800
#793E
900
#4E28
950
#3019

Shades

Darker variations

1#F49236
2#F38116
3#DC710C
4#BD600A
5#9D5008
6#7E4007
7#5E3005
8#3F2003
9#1F1002

Tints

Lighter variations

1#F7AC66
2#F8B577
3#F9BF88
4#FAC899
5#FBD1AA
6#FBDABB
7#FCE3CC
8#FDEDDD
9#FEF6EE

Tones

Muted variations

1#EEA35D
2#E6A465
3#DEA46E
4#D6A476
5#CEA47E
6#C6A586
7#BEA58E
8#B6A596
9#AEA59E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF7
#FEF7F0
BackgroundsSubtle highlightsCard backgrounds
100
FDED
#FDEDDD
Light backgroundsTable row hoverSkeleton loading
200
FCDD
#FCDDC0
Secondary backgroundsInput backgroundsDividers
300
F9C3
#F9C390
BordersInactive statesPlaceholder text
400
F6A3
#F6A355
Disabled statesSecondary iconsMuted text
500
F489
#F48925
Primary brand colorCTAsActive elementsLinks
600
D56D
#D56D0B
Hover statesFocus ringsPrimary buttons hover
700
AA57
#AA5709
Active/pressed statesDark mode accentsSecondary text
800
793E
#793E06
Text on light backgroundsHeadingsStrong borders
900
4E28
#4E2804
Primary textHigh emphasis contentDark headings
950
3019
#301903
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF7F0;
  --coral-100: #FDEDDD;
  --coral-200: #FCDDC0;
  --coral-300: #F9C390;
  --coral-400: #F6A355;
  --coral-500: #F48925;
  --coral-600: #D56D0B;
  --coral-700: #AA5709;
  --coral-800: #793E06;
  --coral-900: #4E2804;
  --coral-950: #301903;
}
Generate More ShadesCreate PaletteConvert Color