Orchid
#D052FA
PinkColor Codes
All color formats for development
HEX
#D052FARGB
rgb(208, 82, 250)HSL
hsl(285, 94%, 65%)OKLCH
oklch(0.673 0.251 316.4)CMYK
cmyk(17%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C732F9
2#BE12F8
3#AB07E1
4#9206C1
5#7A05A1
6#610481
7#490360
8#310240
9#180120
Tints
Lighter variations
1#D463FA
2#D974FB
3#DE86FB
4#E397FC
5#E7A8FC
6#ECBAFD
7#F1CBFD
8#F6DCFE
9#FAEEFE
Tones
Muted variations
1#CC5AF1
2#C763E9
3#C36BE0
4#BF73D8
5#BB7CD0
6#B784C7
7#B28DBF
8#AE95B7
9#AA9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBF #EDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E08D #E08DFB | BordersInactive statesPlaceholder text |
| 400 | D052 #D052FA | Disabled statesSecondary iconsMuted text |
| 500 | C220 #C220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A507 #A507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8305 #8305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E04 #5E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C02 #3C024F | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FF;
--orchid-100: #F6DCFE;
--orchid-200: #EDBFFD;
--orchid-300: #E08DFB;
--orchid-400: #D052FA;
--orchid-500: #C220F8;
--orchid-600: #A507DA;
--orchid-700: #8305AD;
--orchid-800: #5E047C;
--orchid-900: #3C024F;
--orchid-950: #250231;
}