Coral

#F58E56

Orange

Color Codes

All color formats for development

HEX
#F58E56
RGB
rgb(245, 142, 86)
HSL
hsl(21, 89%, 65%)
OKLCH
oklch(0.746 0.144 48)
CMYK
cmyk(0%, 42%, 65%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.36:1

AA AAA

On Black Background

8.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF5
100
#FDE8
200
#FBD5
300
#F9B5
400
#F58E
500
#F26E
600
#D452
700
#A941
800
#782F
900
#4D1E
950
#3013

Shades

Darker variations

1#F37937
2#F26418
3#DB550D
4#BC490B
5#9D3D09
6#7D3107
7#5E2405
8#3F1804
9#1F0C02

Tints

Lighter variations

1#F69967
2#F7A578
3#F8B089
4#F9BB9A
5#FAC6AB
6#FBD2BC
7#FCDDCC
8#FDE8DD
9#FEF4EE

Tones

Muted variations

1#ED905E
2#E59366
3#DD956E
4#D59776
5#CD9A7E
6#C69C86
7#BE9F8E
8#B6A196
9#AEA39E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF5
#FEF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE8
#FDE8DD
Light backgroundsTable row hoverSkeleton loading
200
FBD5
#FBD5C0
Secondary backgroundsInput backgroundsDividers
300
F9B5
#F9B590
BordersInactive statesPlaceholder text
400
F58E
#F58E56
Disabled statesSecondary iconsMuted text
500
F26E
#F26E26
Primary brand colorCTAsActive elementsLinks
600
D452
#D4520C
Hover statesFocus ringsPrimary buttons hover
700
A941
#A9410A
Active/pressed statesDark mode accentsSecondary text
800
782F
#782F07
Text on light backgroundsHeadingsStrong borders
900
4D1E
#4D1E04
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: #FEF5F1;
  --coral-100: #FDE8DD;
  --coral-200: #FBD5C0;
  --coral-300: #F9B590;
  --coral-400: #F58E56;
  --coral-500: #F26E26;
  --coral-600: #D4520C;
  --coral-700: #A9410A;
  --coral-800: #782F07;
  --coral-900: #4D1E04;
  --coral-950: #301303;
}
Generate More ShadesCreate PaletteConvert Color