Orchid
#C65BF1
PurpleColor Codes
All color formats for development
HEX
#C65BF1RGB
rgb(198, 91, 241)HSL
hsl(283, 84%, 65%)OKLCH
oklch(0.665 0.228 314.9)CMYK
cmyk(18%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC3CEE
2#B11EEB
3#9E13D5
4#8810B7
5#710D98
6#5A0B7A
7#44085B
8#2D053D
9#17031E
Tints
Lighter variations
1#CC6BF2
2#D27CF4
3#D78CF5
4#DD9CF6
5#E3ADF8
6#E8BDF9
7#EECEFB
8#F4DEFC
9#F9EFFE
Tones
Muted variations
1#C362E9
2#C06AE2
3#BC71DA
4#B979D3
5#B680CB
6#B388C4
7#AF8FBC
8#AC97B5
9#A99EAD
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 #EAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DA93 #DA93F6 | BordersInactive statesPlaceholder text |
| 400 | C65B #C65BF1 | Disabled statesSecondary iconsMuted text |
| 500 | B62C #B62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 9912 #9912CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A0E #7A0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570A #570A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3807 #38074B | 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: #EAC2FA;
--orchid-300: #DA93F6;
--orchid-400: #C65BF1;
--orchid-500: #B62CED;
--orchid-600: #9912CE;
--orchid-700: #7A0EA4;
--orchid-800: #570A75;
--orchid-900: #38074B;
--orchid-950: #23042F;
}