Orchid
#CC62EA
PinkColor Codes
All color formats for development
HEX
#CC62EARGB
rgb(204, 98, 234)HSL
hsl(287, 76%, 65%)OKLCH
oklch(0.677 0.214 318.2)CMYK
cmyk(13%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C345E6
2#B928E2
3#A61CCC
4#8E18AF
5#771492
6#5F1075
7#470C58
8#2F083A
9#18041D
Tints
Lighter variations
1#D172EC
2#D681EE
3#DB91F0
4#E1A1F2
5#E6B0F4
6#EBC0F6
7#F0D0F9
8#F5E0FB
9#FAEFFD
Tones
Muted variations
1#C869E3
2#C46FDC
3#C176D5
4#BD7DCE
5#B984C8
6#B58BC1
7#B191BA
8#AD98B3
9#AA9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC5 #ECC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE98 #DE98F1 | BordersInactive statesPlaceholder text |
| 400 | CC62 #CC62EA | Disabled statesSecondary iconsMuted text |
| 500 | BE35 #BE35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11B #A11BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8015 #80159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0F #5B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A0A #3A0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2406 #24062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF2FD;
--orchid-100: #F5E0FB;
--orchid-200: #ECC5F7;
--orchid-300: #DE98F1;
--orchid-400: #CC62EA;
--orchid-500: #BE35E3;
--orchid-600: #A11BC5;
--orchid-700: #80159D;
--orchid-800: #5B0F70;
--orchid-900: #3A0A48;
--orchid-950: #24062D;
}