Orchid
#CD56F5
PinkColor Codes
All color formats for development
HEX
#CD56F5RGB
rgb(205, 86, 245)HSL
hsl(285, 89%, 65%)OKLCH
oklch(0.67 0.241 316.5)CMYK
cmyk(16%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C437F3
2#BB18F2
3#A80DDB
4#900BBC
5#78099D
6#60077D
7#48055E
8#30043F
9#18021F
Tints
Lighter variations
1#D267F6
2#D778F7
3#DC89F8
4#E19AF9
5#E6ABFA
6#EBBCFB
7#F0CCFC
8#F5DDFD
9#FAEEFE
Tones
Muted variations
1#C95EED
2#C666E5
3#C26EDD
4#BE76D5
5#BA7ECD
6#B686C6
7#B28EBE
8#AE96B6
9#AA9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC0 #EDC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DE90 #DE90F9 | BordersInactive statesPlaceholder text |
| 400 | CD56 #CD56F5 | Disabled statesSecondary iconsMuted text |
| 500 | BF26 #BF26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | A20C #A20CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810A #810AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C07 #5C0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B04 #3B044D | Primary textHigh emphasis contentDark headings |
| 950 | 2503 #250330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F5DDFD;
--orchid-200: #EDC0FB;
--orchid-300: #DE90F9;
--orchid-400: #CD56F5;
--orchid-500: #BF26F2;
--orchid-600: #A20CD4;
--orchid-700: #810AA9;
--orchid-800: #5C0778;
--orchid-900: #3B044D;
--orchid-950: #250330;
}