Orchid
#D85DEE
PinkColor Codes
All color formats for development
HEX
#D85DEERGB
rgb(216, 93, 238)HSL
hsl(291, 81%, 65%)OKLCH
oklch(0.688 0.23 321.3)CMYK
cmyk(9%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D13FEB
2#CA21E8
3#B616D2
4#9C13B4
5#821096
6#680D78
7#4E095A
8#34063C
9#1A031E
Tints
Lighter variations
1#DC6EF0
2#E07EF1
3#E48EF3
4#E89EF5
5#ECAEF7
6#F0BEF8
7#F3CFFA
8#F7DFFC
9#FBEFFD
Tones
Muted variations
1#D365E7
2#CE6CE0
3#C973D8
4#C47AD1
5#BF82CA
6#BA89C3
7#B590BB
8#B097B4
9#AB9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C3 #F1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E695 #E695F4 | BordersInactive statesPlaceholder text |
| 400 | D85D #D85DEE | Disabled statesSecondary iconsMuted text |
| 500 | CD2F #CD2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B015 #B015CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C11 #8C11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 640C #640C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4008 #40084A | 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: #FCF1FE;
--orchid-100: #F7DFFC;
--orchid-200: #F1C3F9;
--orchid-300: #E695F4;
--orchid-400: #D85DEE;
--orchid-500: #CD2FE9;
--orchid-600: #B015CB;
--orchid-700: #8C11A2;
--orchid-800: #640C73;
--orchid-900: #40084A;
--orchid-950: #28052E;
}