Orchid
#DA5BF1
PinkColor Codes
All color formats for development
HEX
#DA5BF1RGB
rgb(218, 91, 241)HSL
hsl(291, 84%, 65%)OKLCH
oklch(0.69 0.236 321.2)CMYK
cmyk(10%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D33CEE
2#CD1EEB
3#B813D5
4#9E10B7
5#840D98
6#690B7A
7#4F085B
8#35053D
9#1A031E
Tints
Lighter variations
1#DE6BF2
2#E27CF4
3#E58CF5
4#E99CF6
5#EDADF8
6#F0BDF9
7#F4CEFB
8#F8DEFC
9#FBEFFE
Tones
Muted variations
1#D562E9
2#D06AE2
3#CA71DA
4#C579D3
5#C080CB
6#BB88C4
7#B58FBC
8#B097B5
9#AB9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C2 #F1C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E793 #E793F6 | BordersInactive statesPlaceholder text |
| 400 | DA5B #DA5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D02C #D02CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B212 #B212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0E #8E0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650A #650A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4107 #41074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F8DEFC;
--orchid-200: #F1C2FA;
--orchid-300: #E793F6;
--orchid-400: #DA5BF1;
--orchid-500: #D02CED;
--orchid-600: #B212CE;
--orchid-700: #8E0EA4;
--orchid-800: #650A75;
--orchid-900: #41074B;
--orchid-950: #28042F;
}