Orchid
#D552FA
PinkColor Codes
All color formats for development
HEX
#D552FARGB
rgb(213, 82, 250)HSL
hsl(287, 94%, 65%)OKLCH
oklch(0.679 0.253 317.9)CMYK
cmyk(15%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CE32F9
2#C612F8
3#B207E1
4#9806C1
5#7F05A1
6#660481
7#4C0360
8#330240
9#190120
Tints
Lighter variations
1#D963FA
2#DE74FB
3#E286FB
4#E697FC
5#EAA8FC
6#EEBAFD
7#F2CBFD
8#F7DCFE
9#FBEEFE
Tones
Muted variations
1#D15AF1
2#CC63E9
3#C76BE0
4#C273D8
5#BE7CD0
6#B984C7
7#B48DBF
8#AF95B7
9#AB9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BF #F0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E48D #E48DFB | BordersInactive statesPlaceholder text |
| 400 | D552 #D552FA | Disabled statesSecondary iconsMuted text |
| 500 | C920 #C920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AC07 #AC07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8905 #8905AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6204 #62047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F02 #3F024F | Primary textHigh emphasis contentDark headings |
| 950 | 2702 #270231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FF;
--orchid-100: #F7DCFE;
--orchid-200: #F0BFFD;
--orchid-300: #E48DFB;
--orchid-400: #D552FA;
--orchid-500: #C920F8;
--orchid-600: #AC07DA;
--orchid-700: #8905AD;
--orchid-800: #62047C;
--orchid-900: #3F024F;
--orchid-950: #270231;
}