Orchid
#D85AF2
PinkColor Codes
All color formats for development
HEX
#D85AF2RGB
rgb(216, 90, 242)HSL
hsl(290, 85%, 65%)OKLCH
oklch(0.687 0.237 320.4)CMYK
cmyk(11%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D13BEF
2#CA1DED
3#B611D7
4#9C0FB8
5#820C99
6#680A7B
7#4E075C
8#34053D
9#1A021F
Tints
Lighter variations
1#DC6AF3
2#E07BF4
3#E48BF6
4#E89CF7
5#ECACF8
6#F0BDFA
7#F3CDFB
8#F7DEFC
9#FBEEFE
Tones
Muted variations
1#D361EA
2#CE69E2
3#C971DB
4#C478D3
5#BF80CC
6#BA87C4
7#B58FBD
8#B097B5
9#AB9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C2 #F1C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E692 #E692F6 | BordersInactive statesPlaceholder text |
| 400 | D85A #D85AF2 | Disabled statesSecondary iconsMuted text |
| 500 | CD2B #CD2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B011 #B011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C0D #8C0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 640A #640A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4006 #40064B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F7DEFC;
--orchid-200: #F1C2FA;
--orchid-300: #E692F6;
--orchid-400: #D85AF2;
--orchid-500: #CD2BEE;
--orchid-600: #B011D0;
--orchid-700: #8C0DA5;
--orchid-800: #640A76;
--orchid-900: #40064B;
--orchid-950: #28042F;
}