Rose

#FF1A5B

Pink

Color Codes

All color formats for development

HEX
#FF1A5B
RGB
rgb(255, 26, 91)
HSL
hsl(343, 100%, 55%)
OKLCH
oklch(0.642 0.248 14.7)
CMYK
cmyk(0%, 90%, 64%, 0%)

Accessibility

WCAG contrast compliance

On White Background

3.78:1

AA AAA

On Black Background

5.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDB
200
#FFBD
300
#FF8A
400
#FF4D
500
#FF1A
600
#E000
700
#B300
800
#8000
900
#5200
950
#3300

Shades

Darker variations

1#FC0048
2#E00040
3#C40038
4#A80030
5#8C0028
6#700020
7#540018
8#380010
9#1C0008

Tints

Lighter variations

1#FF306B
2#FF477B
3#FF5E8C
4#FF759C
5#FF8CAD
6#FFA3BD
7#FFBACE
8#FFD1DE
9#FFE8EF

Tones

Muted variations

1#F4255F
2#E83064
3#DD3C69
4#D1476E
5#C65373
6#BA5E78
7#AF6A7D
8#A37582
9#988187

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F4
BackgroundsSubtle highlightsCard backgrounds
100
FFDB
#FFDBE5
Light backgroundsTable row hoverSkeleton loading
200
FFBD
#FFBDCF
Secondary backgroundsInput backgroundsDividers
300
FF8A
#FF8AAB
BordersInactive statesPlaceholder text
400
FF4D
#FF4D7F
Disabled statesSecondary iconsMuted text
500
FF1A
#FF1A5B
Primary brand colorCTAsActive elementsLinks
600
E000
#E00040
Hover statesFocus ringsPrimary buttons hover
700
B300
#B30033
Active/pressed statesDark mode accentsSecondary text
800
8000
#800024
Text on light backgroundsHeadingsStrong borders
900
5200
#520017
Primary textHigh emphasis contentDark headings
950
3300
#33000E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --rose-50: #FFF0F4;
  --rose-100: #FFDBE5;
  --rose-200: #FFBDCF;
  --rose-300: #FF8AAB;
  --rose-400: #FF4D7F;
  --rose-500: #FF1A5B;
  --rose-600: #E00040;
  --rose-700: #B30033;
  --rose-800: #800024;
  --rose-900: #520017;
  --rose-950: #33000E;
}
Generate More ShadesCreate PaletteConvert Color