Orchid
#D155F6
PinkColor Codes
All color formats for development
HEX
#D155F6RGB
rgb(209, 85, 246)HSL
hsl(286, 90%, 65%)OKLCH
oklch(0.675 0.244 317.5)CMYK
cmyk(15%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C836F4
2#BF16F3
3#AC0CDC
4#930ABD
5#7B089D
6#62077E
7#4A055E
8#31033F
9#19021F
Tints
Lighter variations
1#D566F7
2#DA77F8
3#DF88F9
4#E399FA
5#E8AAFB
6#ECBBFB
7#F1CCFC
8#F6DDFD
9#FAEEFE
Tones
Muted variations
1#CC5DEE
2#C865E6
3#C46EDE
4#BF76D6
5#BB7ECE
6#B786C6
7#B38EBE
8#AE96B6
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 | EEC0 #EEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E190 #E190F9 | BordersInactive statesPlaceholder text |
| 400 | D155 #D155F6 | Disabled statesSecondary iconsMuted text |
| 500 | C325 #C325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | A60B #A60BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8409 #8409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E06 #5E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C04 #3C044E | Primary textHigh emphasis contentDark headings |
| 950 | 2603 #260330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FE;
--orchid-100: #F6DDFD;
--orchid-200: #EEC0FC;
--orchid-300: #E190F9;
--orchid-400: #D155F6;
--orchid-500: #C325F4;
--orchid-600: #A60BD5;
--orchid-700: #8409AA;
--orchid-800: #5E0679;
--orchid-900: #3C044E;
--orchid-950: #260330;
}