Orchid
#DF5EED
PinkColor Codes
All color formats for development
HEX
#DF5EEDRGB
rgb(223, 94, 237)HSL
hsl(294, 80%, 65%)OKLCH
oklch(0.697 0.231 323.7)CMYK
cmyk(6%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D941EA
2#D323E7
3#BE17D1
4#A314B3
5#881195
6#6D0D77
7#520A5A
8#36073C
9#1B031E
Tints
Lighter variations
1#E26EEF
2#E57EF1
3#E98FF3
4#EC9FF4
5#EFAFF6
6#F2BFF8
7#F5CFFA
8#F9DFFB
9#FCEFFD
Tones
Muted variations
1#D965E6
2#D36DDF
3#CE74D8
4#C87BD1
5#C282C9
6#BD89C2
7#B790BB
8#B197B4
9#AB9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C3 #F3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EA95 #EA95F3 | BordersInactive statesPlaceholder text |
| 400 | DF5E #DF5EED | Disabled statesSecondary iconsMuted text |
| 500 | D630 #D630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B816 #B816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9212 #9212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690D #690D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4308 #430849 | Primary textHigh emphasis contentDark headings |
| 950 | 2A05 #2A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F9DFFB;
--orchid-200: #F3C3F8;
--orchid-300: #EA95F3;
--orchid-400: #DF5EED;
--orchid-500: #D630E8;
--orchid-600: #B816CA;
--orchid-700: #9212A1;
--orchid-800: #690D73;
--orchid-900: #430849;
--orchid-950: #2A052E;
}