Orchid
#D54DFF
PinkColor Codes
All color formats for development
HEX
#D54DFFRGB
rgb(213, 77, 255)HSL
hsl(286, 100%, 65%)OKLCH
oklch(0.677 0.263 317)CMYK
cmyk(16%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CE2BFF
2#C60AFF
3#B200E8
4#9800C7
5#7F00A6
6#660085
7#4C0063
8#330042
9#190021
Tints
Lighter variations
1#DA5EFF
2#DE70FF
3#E282FF
4#E694FF
5#EAA6FF
6#EEB8FF
7#F3C9FF
8#F7DBFF
9#FBEDFF
Tones
Muted variations
1#D155F6
2#CC5EED
3#C767E4
4#C270DB
5#BE79D2
6#B982C9
7#B48BC1
8#AF94B8
9#AB9DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DB #F7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BD #F0BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E48A #E48AFF | BordersInactive statesPlaceholder text |
| 400 | D54D #D54DFF | Disabled statesSecondary iconsMuted text |
| 500 | C91A #C91AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | AC00 #AC00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8900 #8900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6200 #620080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F00 #3F0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2700 #270033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FF;
--orchid-100: #F7DBFF;
--orchid-200: #F0BDFF;
--orchid-300: #E48AFF;
--orchid-400: #D54DFF;
--orchid-500: #C91AFF;
--orchid-600: #AC00E0;
--orchid-700: #8900B3;
--orchid-800: #620080;
--orchid-900: #3F0052;
--orchid-950: #270033;
}