Orange Red

#DB4D06

Orange

Color Codes

All color formats for development

HEX
#DB4D06
RGB
rgb(219, 77, 6)
HSL
hsl(20, 95%, 44%)
OKLCH
oklch(0.609 0.189 39.9)
CMYK
cmyk(0%, 65%, 97%, 14%)

Accessibility

WCAG contrast compliance

On White Background

4.14:1

AA AAA

On Black Background

5.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF5
100
#FEE7
200
#FDD3
300
#FCB2
400
#FB89
500
#F968
600
#DB4D
700
#AE3D
800
#7C2C
900
#501C
950
#3211

Shades

Darker variations

1#C54505
2#AF3D04
3#993604
4#832E03
5#6D2603
6#581F02
7#421702
8#2C0F01
9#160801

Tints

Lighter variations

1#F75606
2#F96920
3#FA7B3C
4#FB8E58
5#FBA174
6#FCB490
7#FDC7AB
8#FED9C7
9#FEECE3

Tones

Muted variations

1#D05010
2#C5541B
3#BB5726
4#B05B30
5#A55E3B
6#9B6246
7#906650
8#86695B
9#7B6D66

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF5
#FFF5F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE7
#FEE7DC
Light backgroundsTable row hoverSkeleton loading
200
FDD3
#FDD3BE
Secondary backgroundsInput backgroundsDividers
300
FCB2
#FCB28D
BordersInactive statesPlaceholder text
400
FB89
#FB8951
Disabled statesSecondary iconsMuted text
500
F968
#F9681F
Primary brand colorCTAsActive elementsLinks
600
DB4D
#DB4D06
Hover statesFocus ringsPrimary buttons hover
700
AE3D
#AE3D04
Active/pressed statesDark mode accentsSecondary text
800
7C2C
#7C2C03
Text on light backgroundsHeadingsStrong borders
900
501C
#501C02
Primary textHigh emphasis contentDark headings
950
3211
#321101
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-red-50: #FFF5F0;
  --orange-red-100: #FEE7DC;
  --orange-red-200: #FDD3BE;
  --orange-red-300: #FCB28D;
  --orange-red-400: #FB8951;
  --orange-red-500: #F9681F;
  --orange-red-600: #DB4D06;
  --orange-red-700: #AE3D04;
  --orange-red-800: #7C2C03;
  --orange-red-900: #501C02;
  --orange-red-950: #321101;
}
Generate More ShadesCreate PaletteConvert Color