Coral

#E69B33

Orange

Color Codes

All color formats for development

HEX
#E69B33
RGB
rgb(230, 155, 51)
HSL
hsl(35, 78%, 55%)
OKLCH
oklch(0.747 0.144 70.2)
CMYK
cmyk(0%, 33%, 78%, 10%)

Accessibility

WCAG contrast compliance

On White Background

2.31:1

AA AAA

On Black Background

9.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF8
100
#FBEF
200
#F8E2
300
#F2CC
400
#EBB1
500
#E69B
600
#C87F
700
#9F65
800
#7148
900
#492E
950
#2D1D

Shades

Darker variations

1#E18F1C
2#C87F19
3#AF6F16
4#965F13
5#7D4F0F
6#643F0C
7#4B3009
8#322006
9#191003

Tints

Lighter variations

1#E8A547
2#EBAF5C
3#EDB970
4#F0C384
5#F2CD99
6#F5D7AD
7#F7E1C2
8#FAEBD6
9#FCF5EB

Tones

Muted variations

1#DD9A3C
2#D49845
3#CB974E
4#C29557
5#B9945F
6#B09268
7#A79171
8#9E8F7A
9#958E83

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF8
#FDF8F1
BackgroundsSubtle highlightsCard backgrounds
100
FBEF
#FBEFDF
Light backgroundsTable row hoverSkeleton loading
200
F8E2
#F8E2C4
Secondary backgroundsInput backgroundsDividers
300
F2CC
#F2CC97
BordersInactive statesPlaceholder text
400
EBB1
#EBB160
Disabled statesSecondary iconsMuted text
500
E69B
#E69B33
Primary brand colorCTAsActive elementsLinks
600
C87F
#C87F19
Hover statesFocus ringsPrimary buttons hover
700
9F65
#9F6514
Active/pressed statesDark mode accentsSecondary text
800
7148
#71480E
Text on light backgroundsHeadingsStrong borders
900
492E
#492E09
Primary textHigh emphasis contentDark headings
950
2D1D
#2D1D06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF8F1;
  --coral-100: #FBEFDF;
  --coral-200: #F8E2C4;
  --coral-300: #F2CC97;
  --coral-400: #EBB160;
  --coral-500: #E69B33;
  --coral-600: #C87F19;
  --coral-700: #9F6514;
  --coral-800: #71480E;
  --coral-900: #492E09;
  --coral-950: #2D1D06;
}
Generate More ShadesCreate PaletteConvert Color