Orchid

#A92DEB

Purple

Color Codes

All color formats for development

HEX
#A92DEB
RGB
rgb(169, 45, 235)
HSL
hsl(279, 83%, 55%)
OKLCH
oklch(0.581 0.263 309.8)
CMYK
cmyk(28%, 81%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

4.93:1

AA AAA

On Black Background

4.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F1
100
#F2DE
200
#E6C2
300
#D394
400
#BC5C
500
#A92D
600
#8C13
700
#6F0F
800
#500B
900
#3307
950
#2004

Shades

Darker variations

1#9E15E7
2#8C13CD
3#7B11B4
4#690E9A
5#580C80
6#460A67
7#35074D
8#230533
9#12021A

Tints

Lighter variations

1#B142ED
2#BA57EF
3#C36CF1
4#CB81F3
5#D496F5
6#DDABF7
7#E5C0F9
8#EED5FB
9#F6EAFD

Tones

Muted variations

1#A637E2
2#A340D8
3#A04ACF
4#9D53C5
5#9B5DBC
6#9866B2
7#9570A9
8#92799F
9#8F8396

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F1
#F9F1FE
BackgroundsSubtle highlightsCard backgrounds
100
F2DE
#F2DEFC
Light backgroundsTable row hoverSkeleton loading
200
E6C2
#E6C2F9
Secondary backgroundsInput backgroundsDividers
300
D394
#D394F5
BordersInactive statesPlaceholder text
400
BC5C
#BC5CF0
Disabled statesSecondary iconsMuted text
500
A92D
#A92DEB
Primary brand colorCTAsActive elementsLinks
600
8C13
#8C13CD
Hover statesFocus ringsPrimary buttons hover
700
6F0F
#6F0FA3
Active/pressed statesDark mode accentsSecondary text
800
500B
#500B75
Text on light backgroundsHeadingsStrong borders
900
3307
#33074B
Primary textHigh emphasis contentDark headings
950
2004
#20042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orchid-50: #F9F1FE;
  --orchid-100: #F2DEFC;
  --orchid-200: #E6C2F9;
  --orchid-300: #D394F5;
  --orchid-400: #BC5CF0;
  --orchid-500: #A92DEB;
  --orchid-600: #8C13CD;
  --orchid-700: #6F0FA3;
  --orchid-800: #500B75;
  --orchid-900: #33074B;
  --orchid-950: #20042F;
}
Generate More ShadesCreate PaletteConvert Color