Orchid
#CB33E6
PinkColor Codes
All color formats for development
HEX
#CB33E6RGB
rgb(203, 51, 230)HSL
hsl(291, 78%, 55%)OKLCH
oklch(0.627 0.265 320.9)CMYK
cmyk(12%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C31CE1
2#AD19C8
3#9816AF
4#821396
5#6C0F7D
6#570C64
7#41094B
8#2B0632
9#160319
Tints
Lighter variations
1#D047E8
2#D55CEB
3#DB70ED
4#E084F0
5#E599F2
6#EAADF5
7#EFC2F7
8#F5D6FA
9#FAEBFC
Tones
Muted variations
1#C53CDD
2#BE45D4
3#B84ECB
4#B257C2
5#AC5FB9
6#A568B0
7#9F71A7
8#997A9E
9#938395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C4 #F0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E497 #E497F2 | BordersInactive statesPlaceholder text |
| 400 | D660 #D660EB | Disabled statesSecondary iconsMuted text |
| 500 | CB33 #CB33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | AD19 #AD19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8A14 #8A149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630E #630E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F09 #3F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2706 #27062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F7DFFB;
--orchid-200: #F0C4F8;
--orchid-300: #E497F2;
--orchid-400: #D660EB;
--orchid-500: #CB33E6;
--orchid-600: #AD19C8;
--orchid-700: #8A149F;
--orchid-800: #630E71;
--orchid-900: #3F0949;
--orchid-950: #27062D;
}