Orchid
#D454F8
PinkColor Codes
All color formats for development
HEX
#D454F8RGB
rgb(212, 84, 248)HSL
hsl(287, 92%, 65%)OKLCH
oklch(0.679 0.248 318)CMYK
cmyk(15%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CC34F7
2#C414F5
3#B109DF
4#9708BF
5#7E079F
6#65057F
7#4C045F
8#320340
9#190120
Tints
Lighter variations
1#D965F9
2#DD76F9
3#E187FA
4#E598FB
5#EAA9FB
6#EEBAFC
7#F2CCFD
8#F6DDFE
9#FBEEFE
Tones
Muted variations
1#D05CF0
2#CB64E7
3#C66CDF
4#C274D7
5#BD7DCF
6#B885C7
7#B48DBE
8#AF95B6
9#AA9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBF #EFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E38E #E38EFA | BordersInactive statesPlaceholder text |
| 400 | D454 #D454F8 | Disabled statesSecondary iconsMuted text |
| 500 | C823 #C823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB09 #AB09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8807 #8807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6105 #61057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E03 #3E034E | 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: #F6DDFE;
--orchid-200: #EFBFFC;
--orchid-300: #E38EFA;
--orchid-400: #D454F8;
--orchid-500: #C823F6;
--orchid-600: #AB09D7;
--orchid-700: #8807AB;
--orchid-800: #61057A;
--orchid-900: #3E034E;
--orchid-950: #270231;
}