Orchid
#B92DEB
PurpleColor Codes
All color formats for development
HEX
#B92DEBRGB
rgb(185, 45, 235)HSL
hsl(284, 83%, 55%)OKLCH
oklch(0.602 0.268 314.7)CMYK
cmyk(21%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF15E7
2#9C13CD
3#8811B4
4#750E9A
5#610C80
6#4E0A67
7#3A074D
8#270533
9#13021A
Tints
Lighter variations
1#C042ED
2#C757EF
3#CE6CF1
4#D581F3
5#DC96F5
6#E3ABF7
7#EAC0F9
8#F1D5FB
9#F8EAFD
Tones
Muted variations
1#B437E2
2#B040D8
3#AB4ACF
4#A753C5
5#A25DBC
6#9E66B2
7#9A70A9
8#95799F
9#918396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DE #F4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC2 #EBC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB94 #DB94F5 | BordersInactive statesPlaceholder text |
| 400 | C85C #C85CF0 | Disabled statesSecondary iconsMuted text |
| 500 | B92D #B92DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C13 #9C13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C0F #7C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580B #580B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3907 #39074B | Primary textHigh emphasis contentDark headings |
| 950 | 2304 #23042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F4DEFC;
--orchid-200: #EBC2F9;
--orchid-300: #DB94F5;
--orchid-400: #C85CF0;
--orchid-500: #B92DEB;
--orchid-600: #9C13CD;
--orchid-700: #7C0FA3;
--orchid-800: #580B75;
--orchid-900: #39074B;
--orchid-950: #23042F;
}