Orchid

#A34DFF

Purple

Color Codes

All color formats for development

HEX
#A34DFF
RGB
rgb(163, 77, 255)
HSL
hsl(269, 100%, 65%)
OKLCH
oklch(0.618 0.249 301.4)
CMYK
cmyk(36%, 70%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

4.15:1

AA AAA

On Black Background

5.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EDDB
200
#DDBD
300
#C28A
400
#A34D
500
#881A
600
#6C00
700
#5600
800
#3E00
900
#2700
950
#1900

Shades

Darker variations

1#922BFF
2#810AFF
3#7000E8
4#6000C7
5#5000A6
6#400085
7#300063
8#200042
9#100021

Tints

Lighter variations

1#AC5EFF
2#B570FF
3#BE82FF
4#C894FF
5#D1A6FF
6#DAB8FF
7#E3C9FF
8#EDDBFF
9#F6EDFF

Tones

Muted variations

1#A355F6
2#A35EED
3#A467E4
4#A470DB
5#A479D2
6#A582C9
7#A58BC1
8#A594B8
9#A59DAF

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
DDBD
#DDBDFF
Secondary backgroundsInput backgroundsDividers
300
C28A
#C28AFF
BordersInactive statesPlaceholder text
400
A34D
#A34DFF
Disabled statesSecondary iconsMuted text
500
881A
#881AFF
Primary brand colorCTAsActive elementsLinks
600
6C00
#6C00E0
Hover statesFocus ringsPrimary buttons hover
700
5600
#5600B3
Active/pressed statesDark mode accentsSecondary text
800
3E00
#3E0080
Text on light backgroundsHeadingsStrong borders
900
2700
#270052
Primary textHigh emphasis contentDark headings
950
1900
#190033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orchid-50: #F7F0FF;
  --orchid-100: #EDDBFF;
  --orchid-200: #DDBDFF;
  --orchid-300: #C28AFF;
  --orchid-400: #A34DFF;
  --orchid-500: #881AFF;
  --orchid-600: #6C00E0;
  --orchid-700: #5600B3;
  --orchid-800: #3E0080;
  --orchid-900: #270052;
  --orchid-950: #190033;
}
Generate More ShadesCreate PaletteConvert Color