Orchid
#DD4FFC
PinkColor Codes
All color formats for development
HEX
#DD4FFCRGB
rgb(221, 79, 252)HSL
hsl(289, 97%, 65%)OKLCH
oklch(0.688 0.261 319.9)CMYK
cmyk(12%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D62FFC
2#D00EFB
3#BB03E5
4#A103C4
5#8602A3
6#6B0283
7#500162
8#360141
9#1B0021
Tints
Lighter variations
1#E061FD
2#E372FD
3#E784FD
4#EA96FD
5#EEA7FE
6#F1B9FE
7#F5CAFE
8#F8DCFE
9#FCEDFF
Tones
Muted variations
1#D758F4
2#D260EB
3#CC69E2
4#C772DA
5#C17AD1
6#BC83C8
7#B68CC0
8#B194B7
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 | F2BE #F2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E88B #E88BFD | BordersInactive statesPlaceholder text |
| 400 | DD4F #DD4FFC | Disabled statesSecondary iconsMuted text |
| 500 | D31D #D31DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | B503 #B503DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9003 #9003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6702 #67027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4201 #420150 | Primary textHigh emphasis contentDark headings |
| 950 | 2901 #290132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FF;
--orchid-100: #F8DCFE;
--orchid-200: #F2BEFE;
--orchid-300: #E88BFD;
--orchid-400: #DD4FFC;
--orchid-500: #D31DFC;
--orchid-600: #B503DD;
--orchid-700: #9003B0;
--orchid-800: #67027E;
--orchid-900: #420150;
--orchid-950: #290132;
}