Orchid
#C955F6
PurpleColor Codes
All color formats for development
HEX
#C955F6RGB
rgb(201, 85, 246)HSL
hsl(283, 90%, 65%)OKLCH
oklch(0.665 0.241 315.1)CMYK
cmyk(18%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE36F4
2#B416F3
3#A10CDC
4#8A0ABD
5#73089D
6#5C077E
7#45055E
8#2E033F
9#17021F
Tints
Lighter variations
1#CE66F7
2#D377F8
3#D988F9
4#DE99FA
5#E4AAFB
6#E9BBFB
7#EFCCFC
8#F4DDFD
9#FAEEFE
Tones
Muted variations
1#C55DEE
2#C265E6
3#BE6EDE
4#BB76D6
5#B77ECE
6#B486C6
7#B08EBE
8#AD96B6
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 | EBC0 #EBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | DB90 #DB90F9 | BordersInactive statesPlaceholder text |
| 400 | C955 #C955F6 | Disabled statesSecondary iconsMuted text |
| 500 | B925 #B925F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C0B #9C0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C09 #7C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5906 #590679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3904 #39044E | 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: #EBC0FC;
--orchid-300: #DB90F9;
--orchid-400: #C955F6;
--orchid-500: #B925F4;
--orchid-600: #9C0BD5;
--orchid-700: #7C09AA;
--orchid-800: #590679;
--orchid-900: #39044E;
--orchid-950: #230330;
}