Orchid
#D660EB
PinkColor Codes
All color formats for development
HEX
#D660EBRGB
rgb(214, 96, 235)HSL
hsl(291, 78%, 65%)OKLCH
oklch(0.687 0.222 321.4)CMYK
cmyk(9%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CF43E8
2#C725E4
3#B31ACF
4#9A16B1
5#801294
6#660F76
7#4D0B59
8#33073B
9#1A041E
Tints
Lighter variations
1#DB70ED
2#DF80EF
3#E390F1
4#E7A0F3
5#EBB0F5
6#EFBFF7
7#F3CFF9
8#F7DFFB
9#FBEFFD
Tones
Muted variations
1#D267E4
2#CD6EDD
3#C875D6
4#C37CD0
5#BE83C9
6#B98AC2
7#B491BB
8#AF98B4
9#AB9FAD
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;
}