Orchid
#D661EA
PinkColor Codes
All color formats for development
HEX
#D661EARGB
rgb(214, 97, 234)HSL
hsl(291, 77%, 65%)OKLCH
oklch(0.688 0.22 321.6)CMYK
cmyk(9%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CE44E7
2#C726E3
3#B31BCD
4#9917B0
5#801393
6#660F75
7#4D0B58
8#33083B
9#1A041D
Tints
Lighter variations
1#DA71ED
2#DE81EF
3#E290F1
4#E6A0F3
5#EAB0F5
6#EFC0F7
7#F3D0F9
8#F7DFFB
9#FBEFFD
Tones
Muted variations
1#D168E4
2#CC6FDD
3#C776D6
4#C37DCF
5#BE83C8
6#B98AC1
7#B491BA
8#AF98B3
9#AB9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C4 #F0C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E497 #E497F2 | BordersInactive statesPlaceholder text |
| 400 | D661 #D661EA | Disabled statesSecondary iconsMuted text |
| 500 | CA34 #CA34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | AD1A #AD1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8915 #89159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620F #620F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F09 #3F0948 | 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: #FBF1FD;
--orchid-100: #F7DFFB;
--orchid-200: #F0C4F7;
--orchid-300: #E497F2;
--orchid-400: #D661EA;
--orchid-500: #CA34E5;
--orchid-600: #AD1AC7;
--orchid-700: #89159E;
--orchid-800: #620F71;
--orchid-900: #3F0948;
--orchid-950: #27062D;
}