Orchid
#DA53F9
PinkColor Codes
All color formats for development
HEX
#DA53F9RGB
rgb(218, 83, 249)HSL
hsl(289, 93%, 65%)OKLCH
oklch(0.686 0.253 319.6)CMYK
cmyk(12%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D433F8
2#CD13F6
3#B808E0
4#9E07C0
5#8406A0
6#690580
7#4F0360
8#350240
9#1A0120
Tints
Lighter variations
1#DE64F9
2#E275FA
3#E586FB
4#E998FB
5#EDA9FC
6#F0BAFD
7#F4CBFD
8#F8DDFE
9#FBEEFE
Tones
Muted variations
1#D55BF0
2#D063E8
3#CB6CE0
4#C574D8
5#C07CCF
6#BB85C7
7#B68DBF
8#B095B6
9#AB9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BF #F1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E78E #E78EFB | BordersInactive statesPlaceholder text |
| 400 | DA53 #DA53F9 | Disabled statesSecondary iconsMuted text |
| 500 | D022 #D022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B208 #B208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E06 #8E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6504 #65047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4103 #41034F | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FE;
--orchid-100: #F8DDFE;
--orchid-200: #F1BFFD;
--orchid-300: #E78EFB;
--orchid-400: #DA53F9;
--orchid-500: #D022F7;
--orchid-600: #B208D9;
--orchid-700: #8E06AC;
--orchid-800: #65047B;
--orchid-900: #41034F;
--orchid-950: #290231;
}