Rose

#DE026D

Pink

Color Codes

All color formats for development

HEX
#DE026D
RGB
rgb(222, 2, 109)
HSL
hsl(331, 98%, 44%)
OKLCH
oklch(0.581 0.234 3.1)
CMYK
cmyk(0%, 99%, 51%, 13%)

Accessibility

WCAG contrast compliance

On White Background

4.84:1

AA AAA

On Black Background

4.34: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#C80262
2#B20257
3#9C024C
4#850141
5#6F0136
6#59012B
7#430121
8#2C0016
9#16000B

Tints

Lighter variations

1#FA037A
2#FD1D89
3#FD3998
4#FD55A7
5#FE72B5
6#FE8EC4
7#FEAAD3
8#FEC6E2
9#FFE3F0

Tones

Muted variations

1#D30D6D
2#C8186D
3#BD236E
4#B22E6E
5#A7396E
6#9C446F
7#914F6F
8#865A6F
9#7B6570

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F7
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCED
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDDD
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BC2
BordersInactive statesPlaceholder text
400
FD4E
#FD4EA3
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C89
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE026D
Hover statesFocus ringsPrimary buttons hover
700
B102
#B10256
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E013E
Text on light backgroundsHeadingsStrong borders
900
5101
#510127
Primary textHigh emphasis contentDark headings
950
3201
#320119
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --rose-50: #FFF0F7;
  --rose-100: #FFDCED;
  --rose-200: #FEBDDD;
  --rose-300: #FE8BC2;
  --rose-400: #FD4EA3;
  --rose-500: #FD1C89;
  --rose-600: #DE026D;
  --rose-700: #B10256;
  --rose-800: #7E013E;
  --rose-900: #510127;
  --rose-950: #320119;
}
Generate More ShadesCreate PaletteConvert Color