Orchid
#C04FFC
PurpleColor Codes
All color formats for development
HEX
#C04FFCRGB
rgb(192, 79, 252)HSL
hsl(279, 97%, 65%)OKLCH
oklch(0.651 0.251 311.3)CMYK
cmyk(24%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B42FFC
2#A80EFB
3#9603E5
4#8003C4
5#6B02A3
6#560283
7#400162
8#2B0141
9#150021
Tints
Lighter variations
1#C661FD
2#CC72FD
3#D384FD
4#D996FD
5#DFA7FE
6#E6B9FE
7#ECCAFE
8#F2DCFE
9#F9EDFF
Tones
Muted variations
1#BD58F4
2#BB60EB
3#B869E2
4#B572DA
5#B37AD1
6#B083C8
7#AE8CC0
8#AB94B7
9#A89DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BE #E7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D58B #D58BFD | BordersInactive statesPlaceholder text |
| 400 | C04F #C04FFC | Disabled statesSecondary iconsMuted text |
| 500 | AE1D #AE1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9103 #9103DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7303 #7303B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5202 #52027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3501 #350150 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FF;
--orchid-100: #F2DCFE;
--orchid-200: #E7BEFE;
--orchid-300: #D58BFD;
--orchid-400: #C04FFC;
--orchid-500: #AE1DFC;
--orchid-600: #9103DD;
--orchid-700: #7303B0;
--orchid-800: #52027E;
--orchid-900: #350150;
--orchid-950: #210132;
}