Coral

#E69E33

Orange

Color Codes

All color formats for development

HEX
#E69E33
RGB
rgb(230, 158, 51)
HSL
hsl(36, 78%, 55%)
OKLCH
oklch(0.753 0.144 72.2)
CMYK
cmyk(0%, 31%, 78%, 10%)

Accessibility

WCAG contrast compliance

On White Background

2.26:1

AA AAA

On Black Background

9.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF0
200
#F8E3
300
#F2CD
400
#EBB4
500
#E69E
600
#C882
700
#9F67
800
#714A
900
#492F
950
#2D1D

Shades

Darker variations

1#E1921C
2#C88219
3#AF7116
4#966113
5#7D510F
6#64410C
7#4B3109
8#322006
9#191003

Tints

Lighter variations

1#E8A847
2#EBB25C
3#EDBB70
4#F0C584
5#F2CF99
6#F5D8AD
7#F7E2C2
8#FAECD6
9#FCF5EB

Tones

Muted variations

1#DD9C3C
2#D49B45
3#CB994E
4#C29757
5#B9955F
6#B09368
7#A79271
8#9E907A
9#958E83

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F1
BackgroundsSubtle highlightsCard backgrounds
100
FBF0
#FBF0DF
Light backgroundsTable row hoverSkeleton loading
200
F8E3
#F8E3C4
Secondary backgroundsInput backgroundsDividers
300
F2CD
#F2CD97
BordersInactive statesPlaceholder text
400
EBB4
#EBB460
Disabled statesSecondary iconsMuted text
500
E69E
#E69E33
Primary brand colorCTAsActive elementsLinks
600
C882
#C88219
Hover statesFocus ringsPrimary buttons hover
700
9F67
#9F6714
Active/pressed statesDark mode accentsSecondary text
800
714A
#714A0E
Text on light backgroundsHeadingsStrong borders
900
492F
#492F09
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: #FDF9F1;
  --coral-100: #FBF0DF;
  --coral-200: #F8E3C4;
  --coral-300: #F2CD97;
  --coral-400: #EBB460;
  --coral-500: #E69E33;
  --coral-600: #C88219;
  --coral-700: #9F6714;
  --coral-800: #714A0E;
  --coral-900: #492F09;
  --coral-950: #2D1D06;
}
Generate More ShadesCreate PaletteConvert Color