Coral

#F4A357

Orange

Color Codes

All color formats for development

HEX
#F4A357
RGB
rgb(244, 163, 87)
HSL
hsl(29, 88%, 65%)
OKLCH
oklch(0.781 0.133 61.9)
CMYK
cmyk(0%, 33%, 64%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.05:1

AA AAA

On Black Background

10.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF7
100
#FDED
200
#FBDD
300
#F8C3
400
#F4A3
500
#F189
600
#D36D
700
#A857
800
#783E
900
#4D28
950
#3019

Shades

Darker variations

1#F29238
2#F08119
3#DA710E
4#BB610C
5#9C500A
6#7D4008
7#5D3006
8#3E2004
9#1F1002

Tints

Lighter variations

1#F5AC68
2#F6B679
3#F8BF8A
4#F9C89A
5#FAD1AB
6#FBDABC
7#FCE3CD
8#FDEDDD
9#FEF6EE

Tones

Muted variations

1#ECA35F
2#E5A467
3#DDA46F
4#D5A477
5#CDA47E
6#C5A586
7#BDA58E
8#B5A596
9#AEA59E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF7
#FEF7F1
BackgroundsSubtle highlightsCard backgrounds
100
FDED
#FDEDDD
Light backgroundsTable row hoverSkeleton loading
200
FBDD
#FBDDC1
Secondary backgroundsInput backgroundsDividers
300
F8C3
#F8C391
BordersInactive statesPlaceholder text
400
F4A3
#F4A357
Disabled statesSecondary iconsMuted text
500
F189
#F18927
Primary brand colorCTAsActive elementsLinks
600
D36D
#D36D0D
Hover statesFocus ringsPrimary buttons hover
700
A857
#A8570B
Active/pressed statesDark mode accentsSecondary text
800
783E
#783E08
Text on light backgroundsHeadingsStrong borders
900
4D28
#4D2805
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: #FEF7F1;
  --coral-100: #FDEDDD;
  --coral-200: #FBDDC1;
  --coral-300: #F8C391;
  --coral-400: #F4A357;
  --coral-500: #F18927;
  --coral-600: #D36D0D;
  --coral-700: #A8570B;
  --coral-800: #783E08;
  --coral-900: #4D2805;
  --coral-950: #301903;
}
Generate More ShadesCreate PaletteConvert Color