Magenta

#C113CD

Pink

Color Codes

All color formats for development

HEX
#C113CD
RGB
rgb(193, 19, 205)
HSL
hsl(296, 83%, 44%)
OKLCH
oklch(0.581 0.264 325)
CMYK
cmyk(6%, 91%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

4.95:1

AA AAA

On Black Background

4.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FADE
200
#F6C2
300
#EF94
400
#E65C
500
#DF2D
600
#C113
700
#990F
800
#6E0B
900
#4607
950
#2C04

Shades

Darker variations

1#AE11B9
2#9A0FA4
3#870D90
4#740B7B
5#600A67
6#4D0852
7#3A063E
8#270429
9#130215

Tints

Lighter variations

1#D916E7
2#DF2EEC
3#E348EE
4#E762F0
5#EB7CF3
6#EF96F5
7#F3B1F8
8#F7CBFA
9#FBE5FD

Tones

Muted variations

1#B91CC4
2#B126BB
3#A92FB1
4#A138A8
5#99429F
6#904B95
7#88548C
8#805E83
9#78677A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FE
BackgroundsSubtle highlightsCard backgrounds
100
FADE
#FADEFC
Light backgroundsTable row hoverSkeleton loading
200
F6C2
#F6C2F9
Secondary backgroundsInput backgroundsDividers
300
EF94
#EF94F5
BordersInactive statesPlaceholder text
400
E65C
#E65CF0
Disabled statesSecondary iconsMuted text
500
DF2D
#DF2DEB
Primary brand colorCTAsActive elementsLinks
600
C113
#C113CD
Hover statesFocus ringsPrimary buttons hover
700
990F
#990FA3
Active/pressed statesDark mode accentsSecondary text
800
6E0B
#6E0B75
Text on light backgroundsHeadingsStrong borders
900
4607
#46074B
Primary textHigh emphasis contentDark headings
950
2C04
#2C042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FDF1FE;
  --magenta-100: #FADEFC;
  --magenta-200: #F6C2F9;
  --magenta-300: #EF94F5;
  --magenta-400: #E65CF0;
  --magenta-500: #DF2DEB;
  --magenta-600: #C113CD;
  --magenta-700: #990FA3;
  --magenta-800: #6E0B75;
  --magenta-900: #46074B;
  --magenta-950: #2C042F;
}
Generate More ShadesCreate PaletteConvert Color