Orchid

#DB4DFF

Pink

Color Codes

All color formats for development

HEX
#DB4DFF
RGB
rgb(219, 77, 255)
HSL
hsl(288, 100%, 65%)
OKLCH
oklch(0.685 0.265 318.7)
CMYK
cmyk(14%, 70%, 0%, 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
#FCF0
100
#F8DB
200
#F2BD
300
#E88A
400
#DB4D
500
#D11A
600
#B400
700
#8F00
800
#6600
900
#4100
950
#2900

Shades

Darker variations

1#D52BFF
2#CE0AFF
3#BA00E8
4#9F00C7
5#8500A6
6#6A0085
7#500063
8#350042
9#1B0021

Tints

Lighter variations

1#DF5EFF
2#E270FF
3#E682FF
4#EA94FF
5#EDA6FF
6#F1B8FF
7#F4C9FF
8#F8DBFF
9#FBEDFF

Tones

Muted variations

1#D655F6
2#D15EED
3#CB67E4
4#C670DB
5#C179D2
6#BB82C9
7#B68BC1
8#B094B8
9#AB9DAF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F8DB
#F8DBFF
Light backgroundsTable row hoverSkeleton loading
200
F2BD
#F2BDFF
Secondary backgroundsInput backgroundsDividers
300
E88A
#E88AFF
BordersInactive statesPlaceholder text
400
DB4D
#DB4DFF
Disabled statesSecondary iconsMuted text
500
D11A
#D11AFF
Primary brand colorCTAsActive elementsLinks
600
B400
#B400E0
Hover statesFocus ringsPrimary buttons hover
700
8F00
#8F00B3
Active/pressed statesDark mode accentsSecondary text
800
6600
#660080
Text on light backgroundsHeadingsStrong borders
900
4100
#410052
Primary textHigh emphasis contentDark headings
950
2900
#290033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orchid-50: #FCF0FF;
  --orchid-100: #F8DBFF;
  --orchid-200: #F2BDFF;
  --orchid-300: #E88AFF;
  --orchid-400: #DB4DFF;
  --orchid-500: #D11AFF;
  --orchid-600: #B400E0;
  --orchid-700: #8F00B3;
  --orchid-800: #660080;
  --orchid-900: #410052;
  --orchid-950: #290033;
}
Generate More ShadesCreate PaletteConvert Color