Coral

#DFAD3A

Orange

Color Codes

All color formats for development

HEX
#DFAD3A
RGB
rgb(223, 173, 58)
HSL
hsl(42, 72%, 55%)
OKLCH
oklch(0.774 0.139 84.1)
CMYK
cmyk(0%, 22%, 74%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.06:1

AA AAA

On Black Background

10.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FAF2
200
#F6E7
300
#EFD5
400
#E6BF
500
#DFAD
600
#C191
700
#9A73
800
#6E52
900
#4635
950
#2C21

Shades

Darker variations

1#D9A323
2#C1911F
3#A97E1B
4#916C18
5#795A14
6#604810
7#48360C
8#302408
9#181204

Tints

Lighter variations

1#E2B54D
2#E5BE61
3#E9C675
4#ECCE89
5#EFD69C
6#F2DEB0
7#F5E6C4
8#F9EFD8
9#FCF7EB

Tones

Muted variations

1#D7AA42
2#CEA74A
3#C6A352
4#BEA05B
5#B69D63
6#AD996B
7#A59673
8#9D937C
9#959084

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF2
BackgroundsSubtle highlightsCard backgrounds
100
FAF2
#FAF2E0
Light backgroundsTable row hoverSkeleton loading
200
F6E7
#F6E7C6
Secondary backgroundsInput backgroundsDividers
300
EFD5
#EFD59A
BordersInactive statesPlaceholder text
400
E6BF
#E6BF65
Disabled statesSecondary iconsMuted text
500
DFAD
#DFAD3A
Primary brand colorCTAsActive elementsLinks
600
C191
#C1911F
Hover statesFocus ringsPrimary buttons hover
700
9A73
#9A7319
Active/pressed statesDark mode accentsSecondary text
800
6E52
#6E5212
Text on light backgroundsHeadingsStrong borders
900
4635
#46350B
Primary textHigh emphasis contentDark headings
950
2C21
#2C2107
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDFAF2;
  --coral-100: #FAF2E0;
  --coral-200: #F6E7C6;
  --coral-300: #EFD59A;
  --coral-400: #E6BF65;
  --coral-500: #DFAD3A;
  --coral-600: #C1911F;
  --coral-700: #9A7319;
  --coral-800: #6E5212;
  --coral-900: #46350B;
  --coral-950: #2C2107;
}
Generate More ShadesCreate PaletteConvert Color