Orchid
#D455F7
PinkColor Codes
All color formats for development
HEX
#D455F7RGB
rgb(212, 85, 247)HSL
hsl(287, 91%, 65%)OKLCH
oklch(0.679 0.246 318.2)CMYK
cmyk(14%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CC35F5
2#C415F4
3#B00ADE
4#9709BE
5#7E079E
6#64067F
7#4B045F
8#32033F
9#190120
Tints
Lighter variations
1#D866F8
2#DC77F9
3#E188F9
4#E599FA
5#E9AAFB
6#EEBBFC
7#F2CCFD
8#F6DDFD
9#FBEEFE
Tones
Muted variations
1#CF5DEF
2#CB65E7
3#C66DDF
4#C175D6
5#BD7DCE
6#B885C6
7#B48DBE
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 | E38F #E38FFA | BordersInactive statesPlaceholder text |
| 400 | D455 #D455F7 | Disabled statesSecondary iconsMuted text |
| 500 | C724 #C724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | AA0A #AA0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8708 #8708AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6106 #61067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E04 #3E044E | Primary textHigh emphasis contentDark headings |
| 950 | 2702 #270231 | 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: #E38FFA;
--orchid-400: #D455F7;
--orchid-500: #C724F5;
--orchid-600: #AA0AD6;
--orchid-700: #8708AA;
--orchid-800: #61067A;
--orchid-900: #3E044E;
--orchid-950: #270231;
}