Orchid
#D24DFF
PinkColor Codes
All color formats for development
HEX
#D24DFFRGB
rgb(210, 77, 255)HSL
hsl(285, 100%, 65%)OKLCH
oklch(0.674 0.262 316.1)CMYK
cmyk(18%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA2BFF
2#C20AFF
3#AE00E8
4#9500C7
5#7C00A6
6#630085
7#4B0063
8#320042
9#190021
Tints
Lighter variations
1#D75EFF
2#DB70FF
3#E082FF
4#E494FF
5#E9A6FF
6#EDB8FF
7#F2C9FF
8#F6DBFF
9#FBEDFF
Tones
Muted variations
1#CE55F6
2#C95EED
3#C567E4
4#C170DB
5#BC79D2
6#B882C9
7#B38BC1
8#AF94B8
9#AA9DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DB #F6DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBD #EEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E28A #E28AFF | BordersInactive statesPlaceholder text |
| 400 | D24D #D24DFF | Disabled statesSecondary iconsMuted text |
| 500 | C61A #C61AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | A800 #A800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8600 #8600B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6000 #600080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D00 #3D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2600 #260033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FF;
--orchid-100: #F6DBFF;
--orchid-200: #EEBDFF;
--orchid-300: #E28AFF;
--orchid-400: #D24DFF;
--orchid-500: #C61AFF;
--orchid-600: #A800E0;
--orchid-700: #8600B3;
--orchid-800: #600080;
--orchid-900: #3D0052;
--orchid-950: #260033;
}