Orchid

#C251FB

Purple

Color Codes

All color formats for development

HEX
#C251FB
RGB
rgb(194, 81, 251)
HSL
hsl(280, 96%, 65%)
OKLCH
oklch(0.655 0.248 312)
CMYK
cmyk(23%, 68%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.58:1

AA AAA

On Black Background

5.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F3DC
200
#E8BE
300
#D78C
400
#C250
500
#B11E
600
#9404
700
#7604
800
#5403
900
#3602
950
#2201

Shades

Darker variations

1#B730FB
2#AC0FFA
3#9905E3
4#8304C3
5#6D03A2
6#580382
7#420261
8#2C0141
9#160120

Tints

Lighter variations

1#C862FC
2#CE73FC
3#D585FD
4#DB96FD
5#E1A8FD
6#E7B9FE
7#EDCBFE
8#F3DCFE
9#F9EEFF

Tones

Muted variations

1#BF59F3
2#BD61EA
3#BA6AE2
4#B772D9
5#B47BD1
6#B183C8
7#AE8CBF
8#AB95B7
9#A99DAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F3DC
#F3DCFE
Light backgroundsTable row hoverSkeleton loading
200
E8BE
#E8BEFE
Secondary backgroundsInput backgroundsDividers
300
D78C
#D78CFD
BordersInactive statesPlaceholder text
400
C250
#C250FB
Disabled statesSecondary iconsMuted text
500
B11E
#B11EFA
Primary brand colorCTAsActive elementsLinks
600
9404
#9404DC
Hover statesFocus ringsPrimary buttons hover
700
7604
#7604AF
Active/pressed statesDark mode accentsSecondary text
800
5403
#54037D
Text on light backgroundsHeadingsStrong borders
900
3602
#360250
Primary textHigh emphasis contentDark headings
950
2201
#220132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orchid-50: #FAF0FF;
  --orchid-100: #F3DCFE;
  --orchid-200: #E8BEFE;
  --orchid-300: #D78CFD;
  --orchid-400: #C250FB;
  --orchid-500: #B11EFA;
  --orchid-600: #9404DC;
  --orchid-700: #7604AF;
  --orchid-800: #54037D;
  --orchid-900: #360250;
  --orchid-950: #220132;
}
Generate More ShadesCreate PaletteConvert Color