Orchid

#B25DEF

Purple

Color Codes

All color formats for development

HEX
#B25DEF
RGB
rgb(178, 93, 239)
HSL
hsl(275, 82%, 65%)
OKLCH
oklch(0.643 0.216 308.3)
CMYK
cmyk(26%, 61%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

3.68:1

AA AAA

On Black Background

5.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#F0DF
200
#E2C3
300
#CC94
400
#B25D
500
#9C2E
600
#8014
700
#6510
800
#480B
900
#2E07
950
#1D05

Shades

Darker variations

1#A43EEC
2#9520E9
3#8415D3
4#7112B5
5#5E0F97
6#4B0C79
7#39095A
8#26063C
9#13031E

Tints

Lighter variations

1#BA6DF1
2#C17DF2
3#C98DF4
4#D19EF5
5#D8AEF7
6#E0BEF9
7#E8CEFA
8#F0DFFC
9#F7EFFD

Tones

Muted variations

1#B164E8
2#B06BE0
3#AE73D9
4#AD7AD2
5#AC81CA
6#AB88C3
7#A990BC
8#A897B4
9#A79EAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
F0DF
#F0DFFC
Light backgroundsTable row hoverSkeleton loading
200
E2C3
#E2C3F9
Secondary backgroundsInput backgroundsDividers
300
CC94
#CC94F4
BordersInactive statesPlaceholder text
400
B25D
#B25DEF
Disabled statesSecondary iconsMuted text
500
9C2E
#9C2EEA
Primary brand colorCTAsActive elementsLinks
600
8014
#8014CC
Hover statesFocus ringsPrimary buttons hover
700
6510
#6510A2
Active/pressed statesDark mode accentsSecondary text
800
480B
#480B74
Text on light backgroundsHeadingsStrong borders
900
2E07
#2E074A
Primary textHigh emphasis contentDark headings
950
1D05
#1D052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orchid-50: #F8F1FE;
  --orchid-100: #F0DFFC;
  --orchid-200: #E2C3F9;
  --orchid-300: #CC94F4;
  --orchid-400: #B25DEF;
  --orchid-500: #9C2EEA;
  --orchid-600: #8014CC;
  --orchid-700: #6510A2;
  --orchid-800: #480B74;
  --orchid-900: #2E074A;
  --orchid-950: #1D052E;
}
Generate More ShadesCreate PaletteConvert Color