Orchid
#D35AF2
PinkColor Codes
All color formats for development
HEX
#D35AF2RGB
rgb(211, 90, 242)HSL
hsl(288, 85%, 65%)OKLCH
oklch(0.68 0.235 318.9)CMYK
cmyk(13%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB3BEF
2#C31DED
3#AF11D7
4#960FB8
5#7D0C99
6#640A7B
7#4B075C
8#32053D
9#19021F
Tints
Lighter variations
1#D86AF3
2#DC7BF4
3#E08BF6
4#E59CF7
5#E9ACF8
6#EEBDFA
7#F2CDFB
8#F6DEFC
9#FBEEFE
Tones
Muted variations
1#CF61EA
2#CA69E2
3#C671DB
4#C178D3
5#BD80CC
6#B887C4
7#B38FBD
8#AF97B5
9#AA9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E292 #E292F6 | BordersInactive statesPlaceholder text |
| 400 | D35A #D35AF2 | Disabled statesSecondary iconsMuted text |
| 500 | C72B #C72BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A911 #A911D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 870D #870DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600A #600A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E06 #3E064B | 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: #F6DEFC;
--orchid-200: #EFC2FA;
--orchid-300: #E292F6;
--orchid-400: #D35AF2;
--orchid-500: #C72BEE;
--orchid-600: #A911D0;
--orchid-700: #870DA5;
--orchid-800: #600A76;
--orchid-900: #3E064B;
--orchid-950: #27042F;
}