Coral

#DFA53A

Orange

Color Codes

All color formats for development

HEX
#DFA53A
RGB
rgb(223, 165, 58)
HSL
hsl(39, 72%, 55%)
OKLCH
oklch(0.758 0.137 78.8)
CMYK
cmyk(0%, 26%, 74%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.19:1

AA AAA

On Black Background

9.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FAF1
200
#F6E5
300
#EFD1
400
#E6B9
500
#DFA5
600
#C188
700
#9A6D
800
#6E4E
900
#4632
950
#2C1F

Shades

Darker variations

1#D99923
2#C1881F
3#A9771B
4#916618
5#795514
6#604410
7#48330C
8#302208
9#181104

Tints

Lighter variations

1#E2AE4D
2#E5B761
3#E9C075
4#ECC989
5#EFD29C
6#F2DBB0
7#F5E4C4
8#F9EDD8
9#FCF6EB

Tones

Muted variations

1#D7A342
2#CEA04A
3#C69E52
4#BE9B5B
5#B69963
6#AD966B
7#A59473
8#9D917C
9#958F84

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F2
BackgroundsSubtle highlightsCard backgrounds
100
FAF1
#FAF1E0
Light backgroundsTable row hoverSkeleton loading
200
F6E5
#F6E5C6
Secondary backgroundsInput backgroundsDividers
300
EFD1
#EFD19A
BordersInactive statesPlaceholder text
400
E6B9
#E6B965
Disabled statesSecondary iconsMuted text
500
DFA5
#DFA53A
Primary brand colorCTAsActive elementsLinks
600
C188
#C1881F
Hover statesFocus ringsPrimary buttons hover
700
9A6D
#9A6D19
Active/pressed statesDark mode accentsSecondary text
800
6E4E
#6E4E12
Text on light backgroundsHeadingsStrong borders
900
4632
#46320B
Primary textHigh emphasis contentDark headings
950
2C1F
#2C1F07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF9F2;
  --coral-100: #FAF1E0;
  --coral-200: #F6E5C6;
  --coral-300: #EFD19A;
  --coral-400: #E6B965;
  --coral-500: #DFA53A;
  --coral-600: #C1881F;
  --coral-700: #9A6D19;
  --coral-800: #6E4E12;
  --coral-900: #46320B;
  --coral-950: #2C1F07;
}
Generate More ShadesCreate PaletteConvert Color