Orchid
#E44DFF
PinkColor Codes
All color formats for development
HEX
#E44DFFRGB
rgb(228, 77, 255)HSL
hsl(291, 100%, 65%)OKLCH
oklch(0.697 0.269 321.1)CMYK
cmyk(11%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF2BFF
2#DA0AFF
3#C500E8
4#A900C7
5#8D00A6
6#710085
7#550063
8#380042
9#1C0021
Tints
Lighter variations
1#E75EFF
2#EA70FF
3#EC82FF
4#EF94FF
5#F2A6FF
6#F4B8FF
7#F7C9FF
8#FADBFF
9#FCEDFF
Tones
Muted variations
1#DE55F6
2#D85EED
3#D167E4
4#CB70DB
5#C579D2
6#BF82C9
7#B88BC1
8#B294B8
9#AC9DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADB #FADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5BD #F5BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | ED8A #ED8AFF | BordersInactive statesPlaceholder text |
| 400 | E44D #E44DFF | Disabled statesSecondary iconsMuted text |
| 500 | DD1A #DD1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | BF00 #BF00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9800 #9800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6C00 #6C0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4500 #450052 | Primary textHigh emphasis contentDark headings |
| 950 | 2B00 #2B0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF0FF;
--orchid-100: #FADBFF;
--orchid-200: #F5BDFF;
--orchid-300: #ED8AFF;
--orchid-400: #E44DFF;
--orchid-500: #DD1AFF;
--orchid-600: #BF00E0;
--orchid-700: #9800B3;
--orchid-800: #6C0080;
--orchid-900: #450052;
--orchid-950: #2B0033;
}