Orchid
#CC5DEE
PinkColor Codes
All color formats for development
HEX
#CC5DEERGB
rgb(204, 93, 238)HSL
hsl(286, 81%, 65%)OKLCH
oklch(0.673 0.224 317.5)CMYK
cmyk(14%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C33FEB
2#B921E8
3#A616D2
4#8E13B4
5#771096
6#5F0D78
7#47095A
8#2F063C
9#18031E
Tints
Lighter variations
1#D16EF0
2#D67EF1
3#DC8EF3
4#E19EF5
5#E6AEF7
6#EBBEF8
7#F0CFFA
8#F5DFFC
9#FAEFFD
Tones
Muted variations
1#C865E7
2#C56CE0
3#C173D8
4#BD7AD1
5#B982CA
6#B589C3
7#B190BB
8#AD97B4
9#AA9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC3 #ECC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE95 #DE95F4 | BordersInactive statesPlaceholder text |
| 400 | CC5D #CC5DEE | Disabled statesSecondary iconsMuted text |
| 500 | BE2F #BE2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A115 #A115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8011 #8011A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0C #5B0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A08 #3A084A | Primary textHigh emphasis contentDark headings |
| 950 | 2505 #25052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F5DFFC;
--orchid-200: #ECC3F9;
--orchid-300: #DE95F4;
--orchid-400: #CC5DEE;
--orchid-500: #BE2FE9;
--orchid-600: #A115CB;
--orchid-700: #8011A2;
--orchid-800: #5B0C73;
--orchid-900: #3A084A;
--orchid-950: #25052E;
}