Orchid
#D44EFD
PinkColor Codes
All color formats for development
HEX
#D44EFDRGB
rgb(212, 78, 253)HSL
hsl(286, 98%, 65%)OKLCH
oklch(0.676 0.26 317.1)CMYK
cmyk(16%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CC2DFD
2#C50DFD
3#B102E6
4#9702C5
5#7E02A4
6#650183
7#4C0162
8#320142
9#190021
Tints
Lighter variations
1#D960FD
2#DD72FE
3#E183FE
4#E595FE
5#EAA7FE
6#EEB8FE
7#F2CAFE
8#F6DCFF
9#FBEDFF
Tones
Muted variations
1#D057F4
2#CB60EC
3#C669E3
4#C271DA
5#BD7AD1
6#B883C9
7#B48CC0
8#AF94B7
9#AA9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBD #EFBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E38B #E38BFE | BordersInactive statesPlaceholder text |
| 400 | D44E #D44EFD | Disabled statesSecondary iconsMuted text |
| 500 | C81C #C81CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | AB02 #AB02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8802 #8802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6101 #61017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E01 #3E0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2701 #270132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FF;
--orchid-100: #F6DCFF;
--orchid-200: #EFBDFE;
--orchid-300: #E38BFE;
--orchid-400: #D44EFD;
--orchid-500: #C81CFD;
--orchid-600: #AB02DE;
--orchid-700: #8802B1;
--orchid-800: #61017E;
--orchid-900: #3E0151;
--orchid-950: #270132;
}