Orchid
#DB52FA
PinkColor Codes
All color formats for development
HEX
#DB52FARGB
rgb(219, 82, 250)HSL
hsl(289, 94%, 65%)OKLCH
oklch(0.687 0.255 319.7)CMYK
cmyk(12%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D432F9
2#CD12F8
3#B907E1
4#9F06C1
5#8405A1
6#6A0481
7#4F0360
8#350240
9#1A0120
Tints
Lighter variations
1#DE63FA
2#E274FB
3#E686FB
4#E997FC
5#EDA8FC
6#F1BAFD
7#F4CBFD
8#F8DCFE
9#FBEEFE
Tones
Muted variations
1#D65AF1
2#D063E9
3#CB6BE0
4#C673D8
5#C07CD0
6#BB84C7
7#B68DBF
8#B095B7
9#AB9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BF #F2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E78D #E78DFB | BordersInactive statesPlaceholder text |
| 400 | DB52 #DB52FA | Disabled statesSecondary iconsMuted text |
| 500 | D120 #D120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B307 #B307DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E05 #8E05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6604 #66047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4102 #41024F | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FF;
--orchid-100: #F8DCFE;
--orchid-200: #F2BFFD;
--orchid-300: #E78DFB;
--orchid-400: #DB52FA;
--orchid-500: #D120F8;
--orchid-600: #B307DA;
--orchid-700: #8E05AD;
--orchid-800: #66047C;
--orchid-900: #41024F;
--orchid-950: #290231;
}