Magenta

#E225F4

Pink

Color Codes

All color formats for development

HEX
#E225F4
RGB
rgb(226, 37, 244)
HSL
hsl(295, 90%, 55%)
OKLCH
oklch(0.661 0.293 324)
CMYK
cmyk(7%, 85%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

3.62:1

AA AAA

On Black Background

5.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FBDD
200
#F7C0
300
#F090
400
#E955
500
#E225
600
#C40B
700
#9C09
800
#7006
900
#4704
950
#2D03

Shades

Darker variations

1#DD0DF0
2#C40BD5
3#AC0ABB
4#9308A0
5#7B0785
6#62066B
7#4A0450
8#310335
9#19011B

Tints

Lighter variations

1#E53BF5
2#E851F6
3#EB66F7
4#EE7CF8
5#F192F9
6#F4A8FA
7#F6BEFC
8#F9D3FD
9#FCE9FE

Tones

Muted variations

1#DA2FE9
2#D13ADF
3#C844D5
4#C04ECA
5#B759C0
6#AF63B6
7#A66DAB
8#9D78A1
9#958297

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FBDD
#FBDDFD
Light backgroundsTable row hoverSkeleton loading
200
F7C0
#F7C0FC
Secondary backgroundsInput backgroundsDividers
300
F090
#F090F9
BordersInactive statesPlaceholder text
400
E955
#E955F6
Disabled statesSecondary iconsMuted text
500
E225
#E225F4
Primary brand colorCTAsActive elementsLinks
600
C40B
#C40BD5
Hover statesFocus ringsPrimary buttons hover
700
9C09
#9C09AA
Active/pressed statesDark mode accentsSecondary text
800
7006
#700679
Text on light backgroundsHeadingsStrong borders
900
4704
#47044E
Primary textHigh emphasis contentDark headings
950
2D03
#2D0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FDF0FE;
  --magenta-100: #FBDDFD;
  --magenta-200: #F7C0FC;
  --magenta-300: #F090F9;
  --magenta-400: #E955F6;
  --magenta-500: #E225F4;
  --magenta-600: #C40BD5;
  --magenta-700: #9C09AA;
  --magenta-800: #700679;
  --magenta-900: #47044E;
  --magenta-950: #2D0330;
}
Generate More ShadesCreate PaletteConvert Color