Orchid
#CC35E3
PinkColor Codes
All color formats for development
HEX
#CC35E3RGB
rgb(204, 53, 227)HSL
hsl(292, 76%, 55%)OKLCH
oklch(0.628 0.261 321.9)CMYK
cmyk(10%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C51EDE
2#AF1BC5
3#9918AD
4#831494
5#6D117B
6#570D63
7#420A4A
8#2C0731
9#160319
Tints
Lighter variations
1#D149E6
2#D65DE9
3#DB72EC
4#E186EE
5#E69AF1
6#EBAEF4
7#F0C2F7
8#F5D7F9
9#FAEBFC
Tones
Muted variations
1#C63EDB
2#BF46D2
3#B94FC9
4#B358C1
5#AC61B8
6#A669AF
7#9F72A6
8#997B9E
9#938495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7E0 #F7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C5 #F0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E598 #E598F1 | BordersInactive statesPlaceholder text |
| 400 | D762 #D762EA | Disabled statesSecondary iconsMuted text |
| 500 | CC35 #CC35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF1B #AF1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B15 #8B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630F #630F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 400A #400A48 | 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: #F7E0FB;
--orchid-200: #F0C5F7;
--orchid-300: #E598F1;
--orchid-400: #D762EA;
--orchid-500: #CC35E3;
--orchid-600: #AF1BC5;
--orchid-700: #8B159D;
--orchid-800: #630F70;
--orchid-900: #400A48;
--orchid-950: #28062D;
}