Orchid
#D252FA
PinkColor Codes
All color formats for development
HEX
#D252FARGB
rgb(210, 82, 250)HSL
hsl(286, 94%, 65%)OKLCH
oklch(0.675 0.252 317)CMYK
cmyk(16%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA32F9
2#C212F8
3#AE07E1
4#9506C1
5#7C05A1
6#640481
7#4B0360
8#320240
9#190120
Tints
Lighter variations
1#D763FA
2#DB74FB
3#E086FB
4#E497FC
5#E9A8FC
6#EDBAFD
7#F2CBFD
8#F6DCFE
9#FBEEFE
Tones
Muted variations
1#CE5AF1
2#CA63E9
3#C56BE0
4#C173D8
5#BC7CD0
6#B884C7
7#B38DBF
8#AF95B7
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 | EEBF #EEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E28D #E28DFB | BordersInactive statesPlaceholder text |
| 400 | D252 #D252FA | Disabled statesSecondary iconsMuted text |
| 500 | C620 #C620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A807 #A807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8605 #8605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6004 #60047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D02 #3D024F | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FF;
--orchid-100: #F6DCFE;
--orchid-200: #EEBFFD;
--orchid-300: #E28DFB;
--orchid-400: #D252FA;
--orchid-500: #C620F8;
--orchid-600: #A807DA;
--orchid-700: #8605AD;
--orchid-800: #60047C;
--orchid-900: #3D024F;
--orchid-950: #260231;
}