Orchid
#D15AF2
PinkColor Codes
All color formats for development
HEX
#D15AF2RGB
rgb(209, 90, 242)HSL
hsl(287, 85%, 65%)OKLCH
oklch(0.678 0.234 318.3)CMYK
cmyk(14%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C83BEF
2#C01DED
3#AC11D7
4#930FB8
5#7B0C99
6#620A7B
7#4A075C
8#31053D
9#19021F
Tints
Lighter variations
1#D56AF3
2#DA7BF4
3#DF8BF6
4#E39CF7
5#E8ACF8
6#ECBDFA
7#F1CDFB
8#F6DEFC
9#FAEEFE
Tones
Muted variations
1#CC61EA
2#C869E2
3#C471DB
4#C078D3
5#BB80CC
6#B787C4
7#B38FBD
8#AE97B5
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 | EEC2 #EEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E192 #E192F6 | BordersInactive statesPlaceholder text |
| 400 | D15A #D15AF2 | Disabled statesSecondary iconsMuted text |
| 500 | C42B #C42BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A611 #A611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 840D #840DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0A #5E0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C06 #3C064B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F6DEFC;
--orchid-200: #EEC2FA;
--orchid-300: #E192F6;
--orchid-400: #D15AF2;
--orchid-500: #C42BEE;
--orchid-600: #A611D0;
--orchid-700: #840DA5;
--orchid-800: #5E0A76;
--orchid-900: #3C064B;
--orchid-950: #26042F;
}