Orchid
#D65AF2
PinkColor Codes
All color formats for development
HEX
#D65AF2RGB
rgb(214, 90, 242)HSL
hsl(289, 85%, 65%)OKLCH
oklch(0.684 0.236 319.8)CMYK
cmyk(12%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CE3BEF
2#C61DED
3#B211D7
4#990FB8
5#7F0C99
6#660A7B
7#4C075C
8#33053D
9#19021F
Tints
Lighter variations
1#DA6AF3
2#DE7BF4
3#E28BF6
4#E69CF7
5#EAACF8
6#EFBDFA
7#F3CDFB
8#F7DEFC
9#FBEEFE
Tones
Muted variations
1#D161EA
2#CC69E2
3#C771DB
4#C378D3
5#BE80CC
6#B987C4
7#B48FBD
8#AF97B5
9#AB9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E492 #E492F6 | BordersInactive statesPlaceholder text |
| 400 | D65A #D65AF2 | Disabled statesSecondary iconsMuted text |
| 500 | CA2B #CA2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | AD11 #AD11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 890D #890DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620A #620A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F06 #3F064B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F7DEFC;
--orchid-200: #F0C2FA;
--orchid-300: #E492F6;
--orchid-400: #D65AF2;
--orchid-500: #CA2BEE;
--orchid-600: #AD11D0;
--orchid-700: #890DA5;
--orchid-800: #620A76;
--orchid-900: #3F064B;
--orchid-950: #27042F;
}