Coral

#DFB33A

Orange

Color Codes

All color formats for development

HEX
#DFB33A
RGB
rgb(223, 179, 58)
HSL
hsl(44, 72%, 55%)
OKLCH
oklch(0.786 0.142 87.9)
CMYK
cmyk(0%, 20%, 74%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.97:1

AA AAA

On Black Background

10.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FAF3
200
#F6E9
300
#EFD8
400
#E6C4
500
#DFB3
600
#C196
700
#9A77
800
#6E55
900
#4637
950
#2C22

Shades

Darker variations

1#D9A923
2#C1961F
3#A9831B
4#917018
5#795E14
6#604B10
7#48380C
8#302508
9#181304

Tints

Lighter variations

1#E2BA4D
2#E5C261
3#E9CA75
4#ECD189
5#EFD99C
6#F2E1B0
7#F5E8C4
8#F9F0D8
9#FCF7EB

Tones

Muted variations

1#D7AF42
2#CEAB4A
3#C6A752
4#BEA35B
5#B6A063
6#AD9C6B
7#A59873
8#9D947C
9#959084

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF2
BackgroundsSubtle highlightsCard backgrounds
100
FAF3
#FAF3E0
Light backgroundsTable row hoverSkeleton loading
200
F6E9
#F6E9C6
Secondary backgroundsInput backgroundsDividers
300
EFD8
#EFD89A
BordersInactive statesPlaceholder text
400
E6C4
#E6C465
Disabled statesSecondary iconsMuted text
500
DFB3
#DFB33A
Primary brand colorCTAsActive elementsLinks
600
C196
#C1961F
Hover statesFocus ringsPrimary buttons hover
700
9A77
#9A7719
Active/pressed statesDark mode accentsSecondary text
800
6E55
#6E5512
Text on light backgroundsHeadingsStrong borders
900
4637
#46370B
Primary textHigh emphasis contentDark headings
950
2C22
#2C2207
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDFAF2;
  --coral-100: #FAF3E0;
  --coral-200: #F6E9C6;
  --coral-300: #EFD89A;
  --coral-400: #E6C465;
  --coral-500: #DFB33A;
  --coral-600: #C1961F;
  --coral-700: #9A7719;
  --coral-800: #6E5512;
  --coral-900: #46370B;
  --coral-950: #2C2207;
}
Generate More ShadesCreate PaletteConvert Color