Orchid
#CC5AF2
PinkColor Codes
All color formats for development
HEX
#CC5AF2RGB
rgb(204, 90, 242)HSL
hsl(285, 85%, 65%)OKLCH
oklch(0.672 0.232 316.7)CMYK
cmyk(16%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C23BEF
2#B91DED
3#A511D7
4#8E0FB8
5#760C99
6#5E0A7B
7#47075C
8#2F053D
9#18021F
Tints
Lighter variations
1#D16AF3
2#D67BF4
3#DB8BF6
4#E09CF7
5#E5ACF8
6#EABDFA
7#F0CDFB
8#F5DEFC
9#FAEEFE
Tones
Muted variations
1#C861EA
2#C469E2
3#C071DB
4#BD78D3
5#B980CC
6#B587C4
7#B18FBD
8#AD97B5
9#AA9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC2 #ECC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DD92 #DD92F6 | BordersInactive statesPlaceholder text |
| 400 | CC5A #CC5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | BD2B #BD2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A011 #A011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F0D #7F0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0A #5B0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A06 #3A064B | Primary textHigh emphasis contentDark headings |
| 950 | 2404 #24042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F5DEFC;
--orchid-200: #ECC2FA;
--orchid-300: #DD92F6;
--orchid-400: #CC5AF2;
--orchid-500: #BD2BEE;
--orchid-600: #A011D0;
--orchid-700: #7F0DA5;
--orchid-800: #5B0A76;
--orchid-900: #3A064B;
--orchid-950: #24042F;
}