Orchid
#CF35E3
PinkColor Codes
All color formats for development
HEX
#CF35E3RGB
rgb(207, 53, 227)HSL
hsl(293, 76%, 55%)OKLCH
oklch(0.632 0.262 322.8)CMYK
cmyk(9%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C81EDE
2#B21BC5
3#9B18AD
4#851494
5#6F117B
6#590D63
7#430A4A
8#2C0731
9#160319
Tints
Lighter variations
1#D449E6
2#D95DE9
3#DD72EC
4#E286EE
5#E79AF1
6#ECAEF4
7#F1C2F7
8#F5D7F9
9#FAEBFC
Tones
Muted variations
1#C83EDB
2#C246D2
3#BB4FC9
4#B458C1
5#AE61B8
6#A769AF
7#A072A6
8#9A7B9E
9#938495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8E0 #F8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C5 #F1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E798 #E798F1 | BordersInactive statesPlaceholder text |
| 400 | DA62 #DA62EA | Disabled statesSecondary iconsMuted text |
| 500 | CF35 #CF35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | B21B #B21BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D15 #8D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650F #650F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 410A #410A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2806 #28062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF2FD;
--orchid-100: #F8E0FB;
--orchid-200: #F1C5F7;
--orchid-300: #E798F1;
--orchid-400: #DA62EA;
--orchid-500: #CF35E3;
--orchid-600: #B21BC5;
--orchid-700: #8D159D;
--orchid-800: #650F70;
--orchid-900: #410A48;
--orchid-950: #28062D;
}