Coral

#F59656

Orange

Color Codes

All color formats for development

HEX
#F59656
RGB
rgb(245, 150, 86)
HSL
hsl(24, 89%, 65%)
OKLCH
oklch(0.759 0.139 53)
CMYK
cmyk(0%, 39%, 65%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.24:1

AA AAA

On Black Background

9.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF6
100
#FDEA
200
#FBD8
300
#F9BA
400
#F596
500
#F278
600
#D45C
700
#A949
800
#7834
900
#4D22
950
#3015

Shades

Darker variations

1#F38237
2#F26F18
3#DB5F0D
4#BC520B
5#9D4409
6#7D3607
7#5E2905
8#3F1B04
9#1F0E02

Tints

Lighter variations

1#F6A067
2#F7AB78
3#F8B589
4#F9C09A
5#FACAAB
6#FBD5BC
7#FCDFCC
8#FDEADD
9#FEF4EE

Tones

Muted variations

1#ED975E
2#E59966
3#DD9B6E
4#D59C76
5#CD9E7E
6#C69F86
7#BEA18E
8#B6A396
9#AEA49E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF6
#FEF6F1
BackgroundsSubtle highlightsCard backgrounds
100
FDEA
#FDEADD
Light backgroundsTable row hoverSkeleton loading
200
FBD8
#FBD8C0
Secondary backgroundsInput backgroundsDividers
300
F9BA
#F9BA90
BordersInactive statesPlaceholder text
400
F596
#F59656
Disabled statesSecondary iconsMuted text
500
F278
#F27826
Primary brand colorCTAsActive elementsLinks
600
D45C
#D45C0C
Hover statesFocus ringsPrimary buttons hover
700
A949
#A9490A
Active/pressed statesDark mode accentsSecondary text
800
7834
#783407
Text on light backgroundsHeadingsStrong borders
900
4D22
#4D2204
Primary textHigh emphasis contentDark headings
950
3015
#301503
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF6F1;
  --coral-100: #FDEADD;
  --coral-200: #FBD8C0;
  --coral-300: #F9BA90;
  --coral-400: #F59656;
  --coral-500: #F27826;
  --coral-600: #D45C0C;
  --coral-700: #A9490A;
  --coral-800: #783407;
  --coral-900: #4D2204;
  --coral-950: #301503;
}
Generate More ShadesCreate PaletteConvert Color