Orchid
#C251FB
PurpleColor Codes
All color formats for development
HEX
#C251FBRGB
rgb(194, 81, 251)HSL
hsl(280, 96%, 65%)OKLCH
oklch(0.655 0.248 312)CMYK
cmyk(23%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B730FB
2#AC0FFA
3#9905E3
4#8304C3
5#6D03A2
6#580382
7#420261
8#2C0141
9#160120
Tints
Lighter variations
1#C862FC
2#CE73FC
3#D585FD
4#DB96FD
5#E1A8FD
6#E7B9FE
7#EDCBFE
8#F3DCFE
9#F9EEFF
Tones
Muted variations
1#BF59F3
2#BD61EA
3#BA6AE2
4#B772D9
5#B47BD1
6#B183C8
7#AE8CBF
8#AB95B7
9#A99DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BE #E8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D78C #D78CFD | BordersInactive statesPlaceholder text |
| 400 | C250 #C250FB | Disabled statesSecondary iconsMuted text |
| 500 | B11E #B11EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9404 #9404DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7604 #7604AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5403 #54037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3602 #360250 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FF;
--orchid-100: #F3DCFE;
--orchid-200: #E8BEFE;
--orchid-300: #D78CFD;
--orchid-400: #C250FB;
--orchid-500: #B11EFA;
--orchid-600: #9404DC;
--orchid-700: #7604AF;
--orchid-800: #54037D;
--orchid-900: #360250;
--orchid-950: #220132;
}