Crimson

#DE0253

Pink

Color Codes

All color formats for development

HEX
#DE0253
RGB
rgb(222, 2, 83)
HSL
hsl(338, 98%, 44%)
OKLCH
oklch(0.575 0.229 12.2)
CMYK
cmyk(0%, 99%, 63%, 13%)

Accessibility

WCAG contrast compliance

On White Background

4.95:1

AA AAA

On Black Background

4.24: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#C8024B
2#B20242
3#9C023A
4#850132
5#6F0129
6#590121
7#430119
8#2C0011
9#160008

Tints

Lighter variations

1#FA035D
2#FD1D6F
3#FD3981
4#FD5593
5#FE72A5
6#FE8EB7
7#FEAAC9
8#FEC6DB
9#FFE3ED

Tones

Muted variations

1#D30D56
2#C81859
3#BD235C
4#B22E5F
5#A73962
6#9C4464
7#914F67
8#865A6A
9#7B656D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F5
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCE8
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDD5
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BB5
BordersInactive statesPlaceholder text
400
FD4E
#FD4E8E
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C6E
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE0253
Hover statesFocus ringsPrimary buttons hover
700
B102
#B10242
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E012F
Text on light backgroundsHeadingsStrong borders
900
5101
#51011E
Primary textHigh emphasis contentDark headings
950
3201
#320113
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FFF0F5;
  --crimson-100: #FFDCE8;
  --crimson-200: #FEBDD5;
  --crimson-300: #FE8BB5;
  --crimson-400: #FD4E8E;
  --crimson-500: #FD1C6E;
  --crimson-600: #DE0253;
  --crimson-700: #B10242;
  --crimson-800: #7E012F;
  --crimson-900: #51011E;
  --crimson-950: #320113;
}
Generate More ShadesCreate PaletteConvert Color