Deep Pink

#DD03C0

Pink

Color Codes

All color formats for development

HEX
#DD03C0
RGB
rgb(221, 3, 192)
HSL
hsl(308, 97%, 44%)
OKLCH
oklch(0.614 0.271 335.9)
CMYK
cmyk(0%, 99%, 13%, 13%)

Accessibility

WCAG contrast compliance

On White Background

4.33:1

AA AAA

On Black Background

4.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FEDC
200
#FEBE
300
#FD8B
400
#FC4F
500
#FC1D
600
#DD03
700
#B003
800
#7E02
900
#5001
950
#3201

Shades

Darker variations

1#C703AD
2#B1039A
3#9B0286
4#850273
5#6F0260
6#58014D
7#42013A
8#2C0126
9#160013

Tints

Lighter variations

1#F904D8
2#FC1EDE
3#FC3AE2
4#FC56E6
5#FD72EA
6#FD8EEF
7#FEABF3
8#FEC7F7
9#FFE3FB

Tones

Muted variations

1#D20EB8
2#C719B0
3#BC24A8
4#B22FA0
5#A73A98
6#9C4590
7#915088
8#865A80
9#7B6578

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FD
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCFA
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBEF5
Secondary backgroundsInput backgroundsDividers
300
FD8B
#FD8BEE
BordersInactive statesPlaceholder text
400
FC4F
#FC4FE5
Disabled statesSecondary iconsMuted text
500
FC1D
#FC1DDE
Primary brand colorCTAsActive elementsLinks
600
DD03
#DD03C0
Hover statesFocus ringsPrimary buttons hover
700
B003
#B00399
Active/pressed statesDark mode accentsSecondary text
800
7E02
#7E026D
Text on light backgroundsHeadingsStrong borders
900
5001
#500146
Primary textHigh emphasis contentDark headings
950
3201
#32012C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FFF0FD;
  --deep-pink-100: #FEDCFA;
  --deep-pink-200: #FEBEF5;
  --deep-pink-300: #FD8BEE;
  --deep-pink-400: #FC4FE5;
  --deep-pink-500: #FC1DDE;
  --deep-pink-600: #DD03C0;
  --deep-pink-700: #B00399;
  --deep-pink-800: #7E026D;
  --deep-pink-900: #500146;
  --deep-pink-950: #32012C;
}
Generate More ShadesCreate PaletteConvert Color