Orchid
#D852FA
PinkColor Codes
All color formats for development
HEX
#D852FARGB
rgb(216, 82, 250)HSL
hsl(288, 94%, 65%)OKLCH
oklch(0.683 0.254 318.8)CMYK
cmyk(14%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D132F9
2#CA12F8
3#B507E1
4#9C06C1
5#8205A1
6#680481
7#4E0360
8#340240
9#1A0120
Tints
Lighter variations
1#DC63FA
2#E074FB
3#E486FB
4#E897FC
5#ECA8FC
6#EFBAFD
7#F3CBFD
8#F7DCFE
9#FBEEFE
Tones
Muted variations
1#D35AF1
2#CE63E9
3#C96BE0
4#C473D8
5#BF7CD0
6#BA84C7
7#B58DBF
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 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BF #F1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E58D #E58DFB | BordersInactive statesPlaceholder text |
| 400 | D852 #D852FA | Disabled statesSecondary iconsMuted text |
| 500 | CD20 #CD20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF07 #AF07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C05 #8C05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6404 #64047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4002 #40024F | Primary textHigh emphasis contentDark headings |
| 950 | 2802 #280231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FF;
--orchid-100: #F7DCFE;
--orchid-200: #F1BFFD;
--orchid-300: #E58DFB;
--orchid-400: #D852FA;
--orchid-500: #CD20F8;
--orchid-600: #AF07DA;
--orchid-700: #8C05AD;
--orchid-800: #64047C;
--orchid-900: #40024F;
--orchid-950: #280231;
}