Coral

#F6A055

Orange

Color Codes

All color formats for development

HEX
#F6A055
RGB
rgb(246, 160, 85)
HSL
hsl(28, 90%, 65%)
OKLCH
oklch(0.778 0.137 59.7)
CMYK
cmyk(0%, 35%, 65%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.08:1

AA AAA

On Black Background

10.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF7
100
#FDEC
200
#FCDC
300
#F9C1
400
#F6A0
500
#F485
600
#D569
700
#AA54
800
#793C
900
#4E26
950
#3018

Shades

Darker variations

1#F48F36
2#F37D16
3#DC6D0C
4#BD5D0A
5#9D4E08
6#7E3E07
7#5E2F05
8#3F1F03
9#1F1002

Tints

Lighter variations

1#F7AA66
2#F8B377
3#F9BD88
4#FAC699
5#FBD0AA
6#FBD9BB
7#FCE3CC
8#FDECDD
9#FEF6EE

Tones

Muted variations

1#EEA15D
2#E6A165
3#DEA26E
4#D6A376
5#CEA37E
6#C6A486
7#BEA48E
8#B6A596
9#AEA59E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF7
#FEF7F0
BackgroundsSubtle highlightsCard backgrounds
100
FDEC
#FDECDD
Light backgroundsTable row hoverSkeleton loading
200
FCDC
#FCDCC0
Secondary backgroundsInput backgroundsDividers
300
F9C1
#F9C190
BordersInactive statesPlaceholder text
400
F6A0
#F6A055
Disabled statesSecondary iconsMuted text
500
F485
#F48525
Primary brand colorCTAsActive elementsLinks
600
D569
#D5690B
Hover statesFocus ringsPrimary buttons hover
700
AA54
#AA5409
Active/pressed statesDark mode accentsSecondary text
800
793C
#793C06
Text on light backgroundsHeadingsStrong borders
900
4E26
#4E2604
Primary textHigh emphasis contentDark headings
950
3018
#301803
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF7F0;
  --coral-100: #FDECDD;
  --coral-200: #FCDCC0;
  --coral-300: #F9C190;
  --coral-400: #F6A055;
  --coral-500: #F48525;
  --coral-600: #D5690B;
  --coral-700: #AA5409;
  --coral-800: #793C06;
  --coral-900: #4E2604;
  --coral-950: #301803;
}
Generate More ShadesCreate PaletteConvert Color