Magenta

#FF1AE4

Pink

Color Codes

All color formats for development

HEX
#FF1AE4
RGB
rgb(255, 26, 228)
HSL
hsl(307, 100%, 55%)
OKLCH
oklch(0.691 0.3 334.5)
CMYK
cmyk(0%, 90%, 11%, 0%)

Accessibility

WCAG contrast compliance

On White Background

3.22:1

AA AAA

On Black Background

6.52: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#FC00DF
2#E000C6
3#C400AD
4#A80095
5#8C007C
6#700063
7#54004A
8#380032
9#1C0019

Tints

Lighter variations

1#FF30E7
2#FF47EA
3#FF5EEC
4#FF75EF
5#FF8CF2
6#FFA3F4
7#FFBAF7
8#FFD1FA
9#FFE8FC

Tones

Muted variations

1#F425DB
2#E830D3
3#DD3CCA
4#D147C1
5#C653B8
6#BA5EAF
7#AF6AA7
8#A3759E
9#988195

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FD
BackgroundsSubtle highlightsCard backgrounds
100
FFDB
#FFDBFB
Light backgroundsTable row hoverSkeleton loading
200
FFBD
#FFBDF7
Secondary backgroundsInput backgroundsDividers
300
FF8A
#FF8AF1
BordersInactive statesPlaceholder text
400
FF4D
#FF4DEA
Disabled statesSecondary iconsMuted text
500
FF1A
#FF1AE4
Primary brand colorCTAsActive elementsLinks
600
E000
#E000C6
Hover statesFocus ringsPrimary buttons hover
700
B300
#B3009E
Active/pressed statesDark mode accentsSecondary text
800
8000
#800071
Text on light backgroundsHeadingsStrong borders
900
5200
#520048
Primary textHigh emphasis contentDark headings
950
3300
#33002D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FFF0FD;
  --magenta-100: #FFDBFB;
  --magenta-200: #FFBDF7;
  --magenta-300: #FF8AF1;
  --magenta-400: #FF4DEA;
  --magenta-500: #FF1AE4;
  --magenta-600: #E000C6;
  --magenta-700: #B3009E;
  --magenta-800: #800071;
  --magenta-900: #520048;
  --magenta-950: #33002D;
}
Generate More ShadesCreate PaletteConvert Color