Orchid

#A64DFF

Purple

Color Codes

All color formats for development

HEX
#A64DFF
RGB
rgb(166, 77, 255)
HSL
hsl(270, 100%, 65%)
OKLCH
oklch(0.621 0.25 302.4)
CMYK
cmyk(35%, 70%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

4.10:1

AA AAA

On Black Background

5.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EDDB
200
#DEBD
300
#C48A
400
#A64D
500
#8C1A
600
#7000
700
#5900
800
#4000
900
#2900
950
#1A00

Shades

Darker variations

1#952BFF
2#850AFF
3#7400E8
4#6300C7
5#5300A6
6#420085
7#320063
8#210042
9#110021

Tints

Lighter variations

1#AF5EFF
2#B870FF
3#C182FF
4#C994FF
5#D2A6FF
6#DBB8FF
7#E4C9FF
8#EDDBFF
9#F6EDFF

Tones

Muted variations

1#A655F6
2#A65EED
3#A667E4
4#A670DB
5#A679D2
6#A682C9
7#A68BC1
8#A694B8
9#A69DAF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EDDB
#EDDBFF
Light backgroundsTable row hoverSkeleton loading
200
DEBD
#DEBDFF
Secondary backgroundsInput backgroundsDividers
300
C48A
#C48AFF
BordersInactive statesPlaceholder text
400
A64D
#A64DFF
Disabled statesSecondary iconsMuted text
500
8C1A
#8C1AFF
Primary brand colorCTAsActive elementsLinks
600
7000
#7000E0
Hover statesFocus ringsPrimary buttons hover
700
5900
#5900B3
Active/pressed statesDark mode accentsSecondary text
800
4000
#400080
Text on light backgroundsHeadingsStrong borders
900
2900
#290052
Primary textHigh emphasis contentDark headings
950
1A00
#1A0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orchid-50: #F7F0FF;
  --orchid-100: #EDDBFF;
  --orchid-200: #DEBDFF;
  --orchid-300: #C48AFF;
  --orchid-400: #A64DFF;
  --orchid-500: #8C1AFF;
  --orchid-600: #7000E0;
  --orchid-700: #5900B3;
  --orchid-800: #400080;
  --orchid-900: #290052;
  --orchid-950: #1A0033;
}
Generate More ShadesCreate PaletteConvert Color