Red

#DE0215

Red

Color Codes

All color formats for development

HEX
#DE0215
RGB
rgb(222, 2, 21)
HSL
hsl(355, 98%, 44%)
OKLCH
oklch(0.567 0.231 27.5)
CMYK
cmyk(0%, 99%, 91%, 13%)

Accessibility

WCAG contrast compliance

On White Background

5.09:1

AA AAA

On Black Background

4.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDC
200
#FEBD
300
#FE8B
400
#FD4E
500
#FD1C
600
#DE02
700
#B102
800
#7E01
900
#5101
950
#3201

Shades

Darker variations

1#C80213
2#B20210
3#9C020E
4#85010C
5#6F010A
6#590108
7#430106
8#2C0004
9#160002

Tints

Lighter variations

1#FA0317
2#FD1D2F
3#FD3949
4#FD5563
5#FE727D
6#FE8E97
7#FEAAB1
8#FEC6CB
9#FFE3E5

Tones

Muted variations

1#D30D1E
2#C81827
3#BD2330
4#B22E39
5#A73942
6#9C444C
7#914F55
8#865A5E
9#7B6567

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F1
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCDF
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDC3
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8B94
BordersInactive statesPlaceholder text
400
FD4E
#FD4E5D
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C2F
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE0215
Hover statesFocus ringsPrimary buttons hover
700
B102
#B10210
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E010C
Text on light backgroundsHeadingsStrong borders
900
5101
#510107
Primary textHigh emphasis contentDark headings
950
3201
#320105
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --red-50: #FFF0F1;
  --red-100: #FFDCDF;
  --red-200: #FEBDC3;
  --red-300: #FE8B94;
  --red-400: #FD4E5D;
  --red-500: #FD1C2F;
  --red-600: #DE0215;
  --red-700: #B10210;
  --red-800: #7E010C;
  --red-900: #510107;
  --red-950: #320105;
}
Generate More ShadesCreate PaletteConvert Color