Coral

#F0835C

Orange

Color Codes

All color formats for development

HEX
#F0835C
RGB
rgb(240, 131, 92)
HSL
hsl(16, 83%, 65%)
OKLCH
oklch(0.723 0.144 40.2)
CMYK
cmyk(0%, 45%, 62%, 6%)

Accessibility

WCAG contrast compliance

On White Background

2.59:1

AA AAA

On Black Background

8.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF4
100
#FCE6
200
#F9D1
300
#F5AE
400
#F083
500
#EB60
600
#CD45
700
#A337
800
#7527
900
#4B19
950
#2F10

Shades

Darker variations

1#ED6C3D
2#EA551F
3#D44714
4#B63D11
5#98330E
6#79290B
7#5B1E08
8#3D1406
9#1E0A03

Tints

Lighter variations

1#F1906C
2#F39C7C
3#F4A88D
4#F6B59D
5#F7C1AD
6#F9CDBE
7#FADACE
8#FCE6DE
9#FDF3EF

Tones

Muted variations

1#E88763
2#E18A6A
3#DA8E72
4#D29179
5#CB9481
6#C39888
7#BC9B90
8#B59F97
9#ADA29E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF4
#FEF4F1
BackgroundsSubtle highlightsCard backgrounds
100
FCE6
#FCE6DE
Light backgroundsTable row hoverSkeleton loading
200
F9D1
#F9D1C2
Secondary backgroundsInput backgroundsDividers
300
F5AE
#F5AE94
BordersInactive statesPlaceholder text
400
F083
#F0835C
Disabled statesSecondary iconsMuted text
500
EB60
#EB602D
Primary brand colorCTAsActive elementsLinks
600
CD45
#CD4513
Hover statesFocus ringsPrimary buttons hover
700
A337
#A3370F
Active/pressed statesDark mode accentsSecondary text
800
7527
#75270B
Text on light backgroundsHeadingsStrong borders
900
4B19
#4B1907
Primary textHigh emphasis contentDark headings
950
2F10
#2F1004
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF4F1;
  --coral-100: #FCE6DE;
  --coral-200: #F9D1C2;
  --coral-300: #F5AE94;
  --coral-400: #F0835C;
  --coral-500: #EB602D;
  --coral-600: #CD4513;
  --coral-700: #A3370F;
  --coral-800: #75270B;
  --coral-900: #4B1907;
  --coral-950: #2F1004;
}
Generate More ShadesCreate PaletteConvert Color