Orchid
#995AF2
PurpleColor Codes
All color formats for development
HEX
#995AF2RGB
rgb(153, 90, 242)HSL
hsl(265, 85%, 65%)OKLCH
oklch(0.614 0.218 298.9)CMYK
cmyk(37%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#863BEF
2#731DED
3#6411D7
4#550FB8
5#470C99
6#390A7B
7#2B075C
8#1C053D
9#0E021F
Tints
Lighter variations
1#A36AF3
2#AD7BF4
3#B88BF6
4#C29CF7
5#CCACF8
6#D6BDFA
7#E0CDFB
8#EBDEFC
9#F5EEFE
Tones
Muted variations
1#9A61EA
2#9C69E2
3#9D71DB
4#9E78D3
5#9F80CC
6#A187C4
7#A28FBD
8#A397B5
9#A49EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDE #EBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C2 #D9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BC92 #BC92F6 | BordersInactive statesPlaceholder text |
| 400 | 995A #995AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C2B #7C2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6011 #6011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D0D #4D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370A #370A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2306 #23064B | Primary textHigh emphasis contentDark headings |
| 950 | 1604 #16042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FE;
--orchid-100: #EBDEFC;
--orchid-200: #D9C2FA;
--orchid-300: #BC92F6;
--orchid-400: #995AF2;
--orchid-500: #7C2BEE;
--orchid-600: #6011D0;
--orchid-700: #4D0DA5;
--orchid-800: #370A76;
--orchid-900: #23064B;
--orchid-950: #16042F;
}