Orchid
#D15EED
PinkColor Codes
All color formats for development
HEX
#D15EEDRGB
rgb(209, 94, 237)HSL
hsl(288, 80%, 65%)OKLCH
oklch(0.68 0.224 319.3)CMYK
cmyk(12%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C841EA
2#BF23E7
3#AC17D1
4#9314B3
5#7B1195
6#620D77
7#4A0A5A
8#31073C
9#19031E
Tints
Lighter variations
1#D56EEF
2#DA7EF1
3#DF8FF3
4#E39FF4
5#E8AFF6
6#ECBFF8
7#F1CFFA
8#F6DFFB
9#FAEFFD
Tones
Muted variations
1#CC65E6
2#C86DDF
3#C474D8
4#BF7BD1
5#BB82C9
6#B789C2
7#B390BB
8#AE97B4
9#AA9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC3 #EEC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E195 #E195F3 | BordersInactive statesPlaceholder text |
| 400 | D15E #D15EED | Disabled statesSecondary iconsMuted text |
| 500 | C330 #C330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A616 #A616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8412 #8412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0D #5E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C08 #3C0849 | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F6DFFB;
--orchid-200: #EEC3F8;
--orchid-300: #E195F3;
--orchid-400: #D15EED;
--orchid-500: #C330E8;
--orchid-600: #A616CA;
--orchid-700: #8412A1;
--orchid-800: #5E0D73;
--orchid-900: #3C0849;
--orchid-950: #26052E;
}