Coral

#F2805A

Orange

Color Codes

All color formats for development

HEX
#F2805A
RGB
rgb(242, 128, 90)
HSL
hsl(15, 85%, 65%)
OKLCH
oklch(0.72 0.15 39)
CMYK
cmyk(0%, 47%, 63%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.62:1

AA AAA

On Black Background

8.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF4
100
#FCE6
200
#FAD0
300
#F6AB
400
#F280
500
#EE5B
600
#D041
700
#A533
800
#7625
900
#4B17
950
#2F0F

Shades

Darker variations

1#EF683B
2#ED511D
3#D74311
4#B8390F
5#99300C
6#7B260A
7#5C1D07
8#3D1305
9#1F0A02

Tints

Lighter variations

1#F38D6A
2#F4997B
3#F6A68B
4#F7B39C
5#F8BFAC
6#FACCBD
7#FBD9CD
8#FCE6DE
9#FEF2EE

Tones

Muted variations

1#EA8461
2#E28769
3#DB8B71
4#D38F78
5#CC9380
6#C49787
7#BD9A8F
8#B59E97
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
FAD0
#FAD0C2
Secondary backgroundsInput backgroundsDividers
300
F6AB
#F6AB92
BordersInactive statesPlaceholder text
400
F280
#F2805A
Disabled statesSecondary iconsMuted text
500
EE5B
#EE5B2B
Primary brand colorCTAsActive elementsLinks
600
D041
#D04111
Hover statesFocus ringsPrimary buttons hover
700
A533
#A5330D
Active/pressed statesDark mode accentsSecondary text
800
7625
#76250A
Text on light backgroundsHeadingsStrong borders
900
4B17
#4B1706
Primary textHigh emphasis contentDark headings
950
2F0F
#2F0F04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF4F1;
  --coral-100: #FCE6DE;
  --coral-200: #FAD0C2;
  --coral-300: #F6AB92;
  --coral-400: #F2805A;
  --coral-500: #EE5B2B;
  --coral-600: #D04111;
  --coral-700: #A5330D;
  --coral-800: #76250A;
  --coral-900: #4B1706;
  --coral-950: #2F0F04;
}
Generate More ShadesCreate PaletteConvert Color