Orchid
#B62DEB
PurpleColor Codes
All color formats for development
HEX
#B62DEBRGB
rgb(182, 45, 235)HSL
hsl(283, 83%, 55%)OKLCH
oklch(0.598 0.267 313.8)CMYK
cmyk(23%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC15E7
2#9913CD
3#8511B4
4#720E9A
5#5F0C80
6#4C0A67
7#39074D
8#260533
9#13021A
Tints
Lighter variations
1#BD42ED
2#C457EF
3#CC6CF1
4#D381F3
5#DA96F5
6#E2ABF7
7#E9C0F9
8#F0D5FB
9#F8EAFD
Tones
Muted variations
1#B137E2
2#AD40D8
3#A94ACF
4#A553C5
5#A15DBC
6#9D66B2
7#9970A9
8#95799F
9#908396
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 | EAC2 #EAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D994 #D994F5 | BordersInactive statesPlaceholder text |
| 400 | C65C #C65CF0 | Disabled statesSecondary iconsMuted text |
| 500 | B62D #B62DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9913 #9913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 790F #790FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570B #570B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3707 #37074B | 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: #EAC2F9;
--orchid-300: #D994F5;
--orchid-400: #C65CF0;
--orchid-500: #B62DEB;
--orchid-600: #9913CD;
--orchid-700: #790FA3;
--orchid-800: #570B75;
--orchid-900: #37074B;
--orchid-950: #23042F;
}