Orchid
#C655F6
PurpleColor Codes
All color formats for development
HEX
#C655F6RGB
rgb(198, 85, 246)HSL
hsl(282, 90%, 65%)OKLCH
oklch(0.661 0.24 314.1)CMYK
cmyk(20%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB36F4
2#B116F3
3#9E0CDC
4#870ABD
5#71089D
6#5A077E
7#44055E
8#2D033F
9#17021F
Tints
Lighter variations
1#CC66F7
2#D177F8
3#D788F9
4#DD99FA
5#E2AAFB
6#E8BBFB
7#EECCFC
8#F4DDFD
9#F9EEFE
Tones
Muted variations
1#C35DEE
2#BF65E6
3#BC6EDE
4#B976D6
5#B67ECE
6#B386C6
7#AF8EBE
8#AC96B6
9#A99EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC0 #EAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D990 #D990F9 | BordersInactive statesPlaceholder text |
| 400 | C655 #C655F6 | Disabled statesSecondary iconsMuted text |
| 500 | B625 #B625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 990B #990BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7909 #7909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5706 #570679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3704 #37044E | Primary textHigh emphasis contentDark headings |
| 950 | 2303 #230330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FE;
--orchid-100: #F4DDFD;
--orchid-200: #EAC0FC;
--orchid-300: #D990F9;
--orchid-400: #C655F6;
--orchid-500: #B625F4;
--orchid-600: #990BD5;
--orchid-700: #7909AA;
--orchid-800: #570679;
--orchid-900: #37044E;
--orchid-950: #230330;
}