Orchid
#DB5AF2
PinkColor Codes
All color formats for development
HEX
#DB5AF2RGB
rgb(219, 90, 242)HSL
hsl(291, 85%, 65%)OKLCH
oklch(0.691 0.239 321.3)CMYK
cmyk(10%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D43BEF
2#CD1DED
3#B911D7
4#9F0FB8
5#840C99
6#6A0A7B
7#4F075C
8#35053D
9#1A021F
Tints
Lighter variations
1#DE6AF3
2#E27BF4
3#E68BF6
4#E99CF7
5#EDACF8
6#F1BDFA
7#F4CDFB
8#F8DEFC
9#FBEEFE
Tones
Muted variations
1#D661EA
2#D069E2
3#CB71DB
4#C678D3
5#C080CC
6#BB87C4
7#B68FBD
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 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C2 #F2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E792 #E792F6 | BordersInactive statesPlaceholder text |
| 400 | DB5A #DB5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | D12B #D12BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B311 #B311D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0D #8E0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 660A #660A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4106 #41064B | Primary textHigh emphasis contentDark headings |
| 950 | 2904 #29042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F8DEFC;
--orchid-200: #F2C2FA;
--orchid-300: #E792F6;
--orchid-400: #DB5AF2;
--orchid-500: #D12BEE;
--orchid-600: #B311D0;
--orchid-700: #8E0DA5;
--orchid-800: #660A76;
--orchid-900: #41064B;
--orchid-950: #29042F;
}