Orchid
#D35EED
PinkColor Codes
All color formats for development
HEX
#D35EEDRGB
rgb(211, 94, 237)HSL
hsl(289, 80%, 65%)OKLCH
oklch(0.682 0.225 320)CMYK
cmyk(11%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB41EA
2#C323E7
3#AF17D1
4#9614B3
5#7D1195
6#640D77
7#4B0A5A
8#32073C
9#19031E
Tints
Lighter variations
1#D76EEF
2#DC7EF1
3#E08FF3
4#E59FF4
5#E9AFF6
6#EDBFF8
7#F2CFFA
8#F6DFFB
9#FBEFFD
Tones
Muted variations
1#CE65E6
2#CA6DDF
3#C574D8
4#C17BD1
5#BC82C9
6#B889C2
7#B390BB
8#AF97B4
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 | EFC3 #EFC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E295 #E295F3 | BordersInactive statesPlaceholder text |
| 400 | D35E #D35EED | Disabled statesSecondary iconsMuted text |
| 500 | C630 #C630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A916 #A916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8612 #8612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600D #600D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D08 #3D0849 | 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: #EFC3F8;
--orchid-300: #E295F3;
--orchid-400: #D35EED;
--orchid-500: #C630E8;
--orchid-600: #A916CA;
--orchid-700: #8612A1;
--orchid-800: #600D73;
--orchid-900: #3D0849;
--orchid-950: #26052E;
}