Orchid
#CF4DFF
PurpleColor Codes
All color formats for development
HEX
#CF4DFFRGB
rgb(207, 77, 255)HSL
hsl(284, 100%, 65%)OKLCH
oklch(0.67 0.261 315.3)CMYK
cmyk(19%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C72BFF
2#BE0AFF
3#AA00E8
4#9200C7
5#7A00A6
6#610085
7#490063
8#310042
9#180021
Tints
Lighter variations
1#D45EFF
2#D970FF
3#DE82FF
4#E294FF
5#E7A6FF
6#ECB8FF
7#F1C9FF
8#F5DBFF
9#FAEDFF
Tones
Muted variations
1#CB55F6
2#C75EED
3#C367E4
4#BF70DB
5#BB79D2
6#B682C9
7#B28BC1
8#AE94B8
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 | EDBD #EDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E08A #E08AFF | BordersInactive statesPlaceholder text |
| 400 | CF4D #CF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | C21A #C21AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | A500 #A500E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8300 #8300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E00 #5E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C00 #3C0052 | 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: #EDBDFF;
--orchid-300: #E08AFF;
--orchid-400: #CF4DFF;
--orchid-500: #C21AFF;
--orchid-600: #A500E0;
--orchid-700: #8300B3;
--orchid-800: #5E0080;
--orchid-900: #3C0052;
--orchid-950: #250033;
}