Orchid
#DA4FFC
PinkColor Codes
All color formats for development
HEX
#DA4FFCRGB
rgb(218, 79, 252)HSL
hsl(288, 97%, 65%)OKLCH
oklch(0.684 0.26 319)CMYK
cmyk(13%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D32FFC
2#CC0EFB
3#B803E5
4#9D03C4
5#8302A3
6#690283
7#4F0162
8#340141
9#1A0021
Tints
Lighter variations
1#DD61FD
2#E172FD
3#E584FD
4#E996FD
5#ECA7FE
6#F0B9FE
7#F4CAFE
8#F8DCFE
9#FBEDFF
Tones
Muted variations
1#D458F4
2#CF60EB
3#CA69E2
4#C572DA
5#C07AD1
6#BB83C8
7#B58CC0
8#B094B7
9#AB9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BE #F1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E68B #E68BFD | BordersInactive statesPlaceholder text |
| 400 | DA4F #DA4FFC | Disabled statesSecondary iconsMuted text |
| 500 | CF1D #CF1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | B203 #B203DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D03 #8D03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6502 #65027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4101 #410150 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FF;
--orchid-100: #F8DCFE;
--orchid-200: #F1BEFE;
--orchid-300: #E68BFD;
--orchid-400: #DA4FFC;
--orchid-500: #CF1DFC;
--orchid-600: #B203DD;
--orchid-700: #8D03B0;
--orchid-800: #65027E;
--orchid-900: #410150;
--orchid-950: #280132;
}