Orchid
#C34FFC
PurpleColor Codes
All color formats for development
HEX
#C34FFCRGB
rgb(195, 79, 252)HSL
hsl(280, 97%, 65%)OKLCH
oklch(0.655 0.252 312.2)CMYK
cmyk(23%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B72FFC
2#AC0EFB
3#9A03E5
4#8403C4
5#6E02A3
6#580283
7#420162
8#2C0141
9#160021
Tints
Lighter variations
1#C961FD
2#CF72FD
3#D584FD
4#DB96FD
5#E1A7FE
6#E7B9FE
7#EDCAFE
8#F3DCFE
9#F9EDFF
Tones
Muted variations
1#C058F4
2#BD60EB
3#BA69E2
4#B772DA
5#B47AD1
6#B183C8
7#AE8CC0
8#AC94B7
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 | E9BE #E9BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D78B #D78BFD | BordersInactive statesPlaceholder text |
| 400 | C34F #C34FFC | Disabled statesSecondary iconsMuted text |
| 500 | B11D #B11DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9403 #9403DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7603 #7603B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5402 #54027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3601 #360150 | 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: #E9BEFE;
--orchid-300: #D78BFD;
--orchid-400: #C34FFC;
--orchid-500: #B11DFC;
--orchid-600: #9403DD;
--orchid-700: #7603B0;
--orchid-800: #54027E;
--orchid-900: #360150;
--orchid-950: #220132;
}