Orchid
#DA5EED
PinkColor Codes
All color formats for development
HEX
#DA5EEDRGB
rgb(218, 94, 237)HSL
hsl(292, 80%, 65%)OKLCH
oklch(0.691 0.228 322.1)CMYK
cmyk(8%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D341EA
2#CC23E7
3#B817D1
4#9E14B3
5#831195
6#690D77
7#4F0A5A
8#35073C
9#1A031E
Tints
Lighter variations
1#DE6EEF
2#E17EF1
3#E58FF3
4#E99FF4
5#EDAFF6
6#F0BFF8
7#F4CFFA
8#F8DFFB
9#FBEFFD
Tones
Muted variations
1#D565E6
2#D06DDF
3#CA74D8
4#C57BD1
5#C082C9
6#BB89C2
7#B590BB
8#B097B4
9#AB9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C3 #F1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E795 #E795F3 | BordersInactive statesPlaceholder text |
| 400 | DA5E #DA5EED | Disabled statesSecondary iconsMuted text |
| 500 | D030 #D030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B216 #B216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E12 #8E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650D #650D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4108 #410849 | Primary textHigh emphasis contentDark headings |
| 950 | 2805 #28052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F8DFFB;
--orchid-200: #F1C3F8;
--orchid-300: #E795F3;
--orchid-400: #DA5EED;
--orchid-500: #D030E8;
--orchid-600: #B216CA;
--orchid-700: #8E12A1;
--orchid-800: #650D73;
--orchid-900: #410849;
--orchid-950: #28052E;
}