Orchid
#DB55F6
PinkColor Codes
All color formats for development
HEX
#DB55F6RGB
rgb(219, 85, 246)HSL
hsl(290, 90%, 65%)OKLCH
oklch(0.688 0.248 320.5)CMYK
cmyk(11%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D536F4
2#CE16F3
3#BA0CDC
4#9F0ABD
5#85089D
6#6A077E
7#50055E
8#35033F
9#1B021F
Tints
Lighter variations
1#DF66F7
2#E277F8
3#E688F9
4#EA99FA
5#EDAAFB
6#F1BBFB
7#F4CCFC
8#F8DDFD
9#FBEEFE
Tones
Muted variations
1#D65DEE
2#D165E6
3#CB6EDE
4#C676D6
5#C17ECE
6#BB86C6
7#B68EBE
8#B096B6
9#AB9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C0 #F2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E890 #E890F9 | BordersInactive statesPlaceholder text |
| 400 | DB55 #DB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | D125 #D125F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B40B #B40BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F09 #8F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6606 #660679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4104 #41044E | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FE;
--orchid-100: #F8DDFD;
--orchid-200: #F2C0FC;
--orchid-300: #E890F9;
--orchid-400: #DB55F6;
--orchid-500: #D125F4;
--orchid-600: #B40BD5;
--orchid-700: #8F09AA;
--orchid-800: #660679;
--orchid-900: #41044E;
--orchid-950: #290330;
}