Orchid
#CF4EFD
PurpleColor Codes
All color formats for development
HEX
#CF4EFDRGB
rgb(207, 78, 253)HSL
hsl(284, 98%, 65%)OKLCH
oklch(0.67 0.258 315.7)CMYK
cmyk(18%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C62DFD
2#BD0DFD
3#A902E6
4#9102C5
5#7902A4
6#610183
7#480162
8#300142
9#180021
Tints
Lighter variations
1#D360FD
2#D872FE
3#DD83FE
4#E295FE
5#E7A7FE
6#ECB8FE
7#F0CAFE
8#F5DCFF
9#FAEDFF
Tones
Muted variations
1#CA57F4
2#C660EC
3#C269E3
4#BE71DA
5#BA7AD1
6#B683C9
7#B28CC0
8#AE94B7
9#AA9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DC #F5DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBD #EDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8B #DF8BFE | BordersInactive statesPlaceholder text |
| 400 | CF4E #CF4EFD | Disabled statesSecondary iconsMuted text |
| 500 | C11C #C11CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | A402 #A402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8202 #8202B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D01 #5D017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B01 #3B0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2501 #250132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FF;
--orchid-100: #F5DCFF;
--orchid-200: #EDBDFE;
--orchid-300: #DF8BFE;
--orchid-400: #CF4EFD;
--orchid-500: #C11CFD;
--orchid-600: #A402DE;
--orchid-700: #8202B1;
--orchid-800: #5D017E;
--orchid-900: #3B0151;
--orchid-950: #250132;
}