Orchid
#D355F6
PinkColor Codes
All color formats for development
HEX
#D355F6RGB
rgb(211, 85, 246)HSL
hsl(287, 90%, 65%)OKLCH
oklch(0.677 0.245 318.1)CMYK
cmyk(14%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB36F4
2#C316F3
3#AF0CDC
4#960ABD
5#7D089D
6#64077E
7#4B055E
8#32033F
9#19021F
Tints
Lighter variations
1#D866F7
2#DC77F8
3#E088F9
4#E599FA
5#E9AAFB
6#EEBBFB
7#F2CCFC
8#F6DDFD
9#FBEEFE
Tones
Muted variations
1#CF5DEE
2#CA65E6
3#C66EDE
4#C176D6
5#BD7ECE
6#B886C6
7#B38EBE
8#AF96B6
9#AA9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC0 #EFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E290 #E290F9 | BordersInactive statesPlaceholder text |
| 400 | D355 #D355F6 | Disabled statesSecondary iconsMuted text |
| 500 | C725 #C725F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | A90B #A90BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8709 #8709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6006 #600679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E04 #3E044E | Primary textHigh emphasis contentDark headings |
| 950 | 2703 #270330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FE;
--orchid-100: #F6DDFD;
--orchid-200: #EFC0FC;
--orchid-300: #E290F9;
--orchid-400: #D355F6;
--orchid-500: #C725F4;
--orchid-600: #A90BD5;
--orchid-700: #8709AA;
--orchid-800: #600679;
--orchid-900: #3E044E;
--orchid-950: #270330;
}