Orchid
#992DEB
PurpleColor Codes
All color formats for development
HEX
#992DEBRGB
rgb(153, 45, 235)HSL
hsl(274, 83%, 55%)OKLCH
oklch(0.561 0.26 304.5)CMYK
cmyk(35%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C15E7
2#7D13CD
3#6D11B4
4#5D0E9A
5#4E0C80
6#3E0A67
7#2F074D
8#1F0533
9#10021A
Tints
Lighter variations
1#A342ED
2#AD57EF
3#B86CF1
4#C281F3
5#CC96F5
6#D6ABF7
7#E0C0F9
8#EBD5FB
9#F5EAFD
Tones
Muted variations
1#9837E2
2#9640D8
3#954ACF
4#9453C5
5#935DBC
6#9166B2
7#9070A9
8#8F799F
9#8E8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDE #EFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C2 #E2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB94 #CB94F5 | BordersInactive statesPlaceholder text |
| 400 | B05C #B05CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 992D #992DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D13 #7D13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 630F #630FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470B #470B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D07 #2D074B | Primary textHigh emphasis contentDark headings |
| 950 | 1C04 #1C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EFDEFC;
--orchid-200: #E2C2F9;
--orchid-300: #CB94F5;
--orchid-400: #B05CF0;
--orchid-500: #992DEB;
--orchid-600: #7D13CD;
--orchid-700: #630FA3;
--orchid-800: #470B75;
--orchid-900: #2D074B;
--orchid-950: #1C042F;
}