Magenta

#FF1AF4

Pink

Color Codes

All color formats for development

HEX
#FF1AF4
RGB
rgb(255, 26, 244)
HSL
hsl(303, 100%, 55%)
OKLCH
oklch(0.7 0.309 330.7)
CMYK
cmyk(0%, 90%, 4%, 0%)

Accessibility

WCAG contrast compliance

On White Background

3.13:1

AA AAA

On Black Background

6.71: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#FC00F0
2#E000D5
3#C400BB
4#A800A0
5#8C0085
6#70006B
7#540050
8#380035
9#1C001B

Tints

Lighter variations

1#FF30F5
2#FF47F6
3#FF5EF7
4#FF75F8
5#FF8CF9
6#FFA3FA
7#FFBAFC
8#FFD1FD
9#FFE8FE

Tones

Muted variations

1#F425E9
2#E830DF
3#DD3CD5
4#D147CA
5#C653C0
6#BA5EB6
7#AF6AAB
8#A375A1
9#988197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FFDB
#FFDBFD
Light backgroundsTable row hoverSkeleton loading
200
FFBD
#FFBDFC
Secondary backgroundsInput backgroundsDividers
300
FF8A
#FF8AF9
BordersInactive statesPlaceholder text
400
FF4D
#FF4DF6
Disabled statesSecondary iconsMuted text
500
FF1A
#FF1AF4
Primary brand colorCTAsActive elementsLinks
600
E000
#E000D5
Hover statesFocus ringsPrimary buttons hover
700
B300
#B300AA
Active/pressed statesDark mode accentsSecondary text
800
8000
#800079
Text on light backgroundsHeadingsStrong borders
900
5200
#52004E
Primary textHigh emphasis contentDark headings
950
3300
#330030
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FFF0FE;
  --magenta-100: #FFDBFD;
  --magenta-200: #FFBDFC;
  --magenta-300: #FF8AF9;
  --magenta-400: #FF4DF6;
  --magenta-500: #FF1AF4;
  --magenta-600: #E000D5;
  --magenta-700: #B300AA;
  --magenta-800: #800079;
  --magenta-900: #52004E;
  --magenta-950: #330030;
}
Generate More ShadesCreate PaletteConvert Color