Orchid
#D15DEE
PinkColor Codes
All color formats for development
HEX
#D15DEERGB
rgb(209, 93, 238)HSL
hsl(288, 81%, 65%)OKLCH
oklch(0.679 0.227 319.1)CMYK
cmyk(12%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C93FEB
2#C021E8
3#AC16D2
4#9413B4
5#7B1096
6#630D78
7#4A095A
8#31063C
9#19031E
Tints
Lighter variations
1#D66EF0
2#DA7EF1
3#DF8EF3
4#E39EF5
5#E8AEF7
6#EDBEF8
7#F1CFFA
8#F6DFFC
9#FAEFFD
Tones
Muted variations
1#CD65E7
2#C86CE0
3#C473D8
4#C07AD1
5#BB82CA
6#B789C3
7#B390BB
8#AE97B4
9#AA9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC3 #EEC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E195 #E195F4 | BordersInactive statesPlaceholder text |
| 400 | D15D #D15DEE | Disabled statesSecondary iconsMuted text |
| 500 | C42F #C42FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A715 #A715CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8511 #8511A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0C #5F0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D08 #3D084A | 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: #FBF1FE;
--orchid-100: #F6DFFC;
--orchid-200: #EEC3F9;
--orchid-300: #E195F4;
--orchid-400: #D15DEE;
--orchid-500: #C42FE9;
--orchid-600: #A715CB;
--orchid-700: #8511A2;
--orchid-800: #5F0C73;
--orchid-900: #3D084A;
--orchid-950: #26052E;
}