Orchid

#D55EED

Pink

Color Codes

All color formats for development

HEX
#D55EED
RGB
rgb(213, 94, 237)
HSL
hsl(290, 80%, 65%)
OKLCH
oklch(0.685 0.226 320.6)
CMYK
cmyk(10%, 60%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

3.16:1

AA AAA

On Black Background

6.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF1
100
#F7DF
200
#F0C3
300
#E495
400
#D55E
500
#C930
600
#AC16
700
#8912
800
#620D
900
#3F08
950
#2705

Shades

Darker variations

1#CE41EA
2#C623E7
3#B217D1
4#9814B3
5#7F1195
6#660D77
7#4C0A5A
8#33073C
9#19031E

Tints

Lighter variations

1#DA6EEF
2#DE7EF1
3#E28FF3
4#E69FF4
5#EAAFF6
6#EEBFF8
7#F3CFFA
8#F7DFFB
9#FBEFFD

Tones

Muted variations

1#D165E6
2#CC6DDF
3#C774D8
4#C27BD1
5#BE82C9
6#B989C2
7#B490BB
8#AF97B4
9#AB9FAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF1
#FBF1FD
BackgroundsSubtle highlightsCard backgrounds
100
F7DF
#F7DFFB
Light backgroundsTable row hoverSkeleton loading
200
F0C3
#F0C3F8
Secondary backgroundsInput backgroundsDividers
300
E495
#E495F3
BordersInactive statesPlaceholder text
400
D55E
#D55EED
Disabled statesSecondary iconsMuted text
500
C930
#C930E8
Primary brand colorCTAsActive elementsLinks
600
AC16
#AC16CA
Hover statesFocus ringsPrimary buttons hover
700
8912
#8912A1
Active/pressed statesDark mode accentsSecondary text
800
620D
#620D73
Text on light backgroundsHeadingsStrong borders
900
3F08
#3F0849
Primary textHigh emphasis contentDark headings
950
2705
#27052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orchid-50: #FBF1FD;
  --orchid-100: #F7DFFB;
  --orchid-200: #F0C3F8;
  --orchid-300: #E495F3;
  --orchid-400: #D55EED;
  --orchid-500: #C930E8;
  --orchid-600: #AC16CA;
  --orchid-700: #8912A1;
  --orchid-800: #620D73;
  --orchid-900: #3F0849;
  --orchid-950: #27052E;
}
Generate More ShadesCreate PaletteConvert Color