Orchid
#CC4DFF
PurpleColor Codes
All color formats for development
HEX
#CC4DFFRGB
rgb(204, 77, 255)HSL
hsl(283, 100%, 65%)OKLCH
oklch(0.666 0.26 314.4)CMYK
cmyk(20%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C32BFF
2#BA0AFF
3#A600E8
4#8F00C7
5#7700A6
6#5F0085
7#470063
8#300042
9#180021
Tints
Lighter variations
1#D15EFF
2#D770FF
3#DC82FF
4#E194FF
5#E6A6FF
6#EBB8FF
7#F0C9FF
8#F5DBFF
9#FAEDFF
Tones
Muted variations
1#C955F6
2#C55EED
3#C167E4
4#BD70DB
5#B979D2
6#B582C9
7#B18BC1
8#AD94B8
9#AA9DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DB #F5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECBD #ECBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DE8A #DE8AFF | BordersInactive statesPlaceholder text |
| 400 | CC4D #CC4DFF | Disabled statesSecondary iconsMuted text |
| 500 | BE1A #BE1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | A100 #A100E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8000 #8000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B00 #5B0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A00 #3A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2500 #250033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FF;
--orchid-100: #F5DBFF;
--orchid-200: #ECBDFF;
--orchid-300: #DE8AFF;
--orchid-400: #CC4DFF;
--orchid-500: #BE1AFF;
--orchid-600: #A100E0;
--orchid-700: #8000B3;
--orchid-800: #5B0080;
--orchid-900: #3A0052;
--orchid-950: #250033;
}