Orchid
#D85EED
PinkColor Codes
All color formats for development
HEX
#D85EEDRGB
rgb(216, 94, 237)HSL
hsl(291, 80%, 65%)OKLCH
oklch(0.688 0.227 321.5)CMYK
cmyk(9%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D041EA
2#C923E7
3#B517D1
4#9B14B3
5#811195
6#670D77
7#4E0A5A
8#34073C
9#1A031E
Tints
Lighter variations
1#DC6EEF
2#E07EF1
3#E48FF3
4#E79FF4
5#EBAFF6
6#EFBFF8
7#F3CFFA
8#F7DFFB
9#FBEFFD
Tones
Muted variations
1#D365E6
2#CE6DDF
3#C974D8
4#C47BD1
5#BF82C9
6#BA89C2
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 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E595 #E595F3 | BordersInactive statesPlaceholder text |
| 400 | D85E #D85EED | Disabled statesSecondary iconsMuted text |
| 500 | CD30 #CD30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF16 #AF16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B12 #8B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630D #630D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4008 #400849 | 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: #F7DFFB;
--orchid-200: #F0C3F8;
--orchid-300: #E595F3;
--orchid-400: #D85EED;
--orchid-500: #CD30E8;
--orchid-600: #AF16CA;
--orchid-700: #8B12A1;
--orchid-800: #630D73;
--orchid-900: #400849;
--orchid-950: #28052E;
}