Coral

#FF854D

Orange

Color Codes

All color formats for development

HEX
#FF854D
RGB
rgb(255, 133, 77)
HSL
hsl(19, 100%, 65%)
OKLCH
oklch(0.744 0.164 44)
CMYK
cmyk(0%, 48%, 70%, 0%)

Accessibility

WCAG contrast compliance

On White Background

2.41:1

AA AAA

On Black Background

8.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF5
100
#FFE7
200
#FFD2
300
#FFAF
400
#FF85
500
#FF62
600
#E047
700
#B339
800
#8028
900
#521A
950
#3310

Shades

Darker variations

1#FF6E2B
2#FF580A
3#E84900
4#C73F00
5#A63400
6#852A00
7#631F00
8#421500
9#210A00

Tints

Lighter variations

1#FF915E
2#FF9D70
3#FFAA82
4#FFB694
5#FFC2A6
6#FFCEB8
7#FFDAC9
8#FFE7DB
9#FFF3ED

Tones

Muted variations

1#F68855
2#ED8C5E
3#E48F67
4#DB9270
5#D29579
6#C99982
7#C19C8B
8#B89F94
9#AFA29D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF5
#FFF5F0
BackgroundsSubtle highlightsCard backgrounds
100
FFE7
#FFE7DB
Light backgroundsTable row hoverSkeleton loading
200
FFD2
#FFD2BD
Secondary backgroundsInput backgroundsDividers
300
FFAF
#FFAF8A
BordersInactive statesPlaceholder text
400
FF85
#FF854D
Disabled statesSecondary iconsMuted text
500
FF62
#FF621A
Primary brand colorCTAsActive elementsLinks
600
E047
#E04700
Hover statesFocus ringsPrimary buttons hover
700
B339
#B33900
Active/pressed statesDark mode accentsSecondary text
800
8028
#802800
Text on light backgroundsHeadingsStrong borders
900
521A
#521A00
Primary textHigh emphasis contentDark headings
950
3310
#331000
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FFF5F0;
  --coral-100: #FFE7DB;
  --coral-200: #FFD2BD;
  --coral-300: #FFAF8A;
  --coral-400: #FF854D;
  --coral-500: #FF621A;
  --coral-600: #E04700;
  --coral-700: #B33900;
  --coral-800: #802800;
  --coral-900: #521A00;
  --coral-950: #331000;
}
Generate More ShadesCreate PaletteConvert Color