Orchid
#CC53F9
PurpleColor Codes
All color formats for development
HEX
#CC53F9RGB
rgb(204, 83, 249)HSL
hsl(284, 93%, 65%)OKLCH
oklch(0.668 0.248 315.4)CMYK
cmyk(18%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C333F8
2#BA13F6
3#A608E0
4#8F07C0
5#7706A0
6#5F0580
7#470360
8#300240
9#180120
Tints
Lighter variations
1#D264F9
2#D775FA
3#DC86FB
4#E198FB
5#E6A9FC
6#EBBAFD
7#F0CBFD
8#F5DDFE
9#FAEEFE
Tones
Muted variations
1#C95BF0
2#C563E8
3#C16CE0
4#BD74D8
5#B97CCF
6#B585C7
7#B18DBF
8#AD95B6
9#AA9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECBF #ECBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DE8E #DE8EFB | BordersInactive statesPlaceholder text |
| 400 | CC53 #CC53F9 | Disabled statesSecondary iconsMuted text |
| 500 | BE22 #BE22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A108 #A108D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8006 #8006AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B04 #5B047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B03 #3B034F | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FE;
--orchid-100: #F5DDFE;
--orchid-200: #ECBFFD;
--orchid-300: #DE8EFB;
--orchid-400: #CC53F9;
--orchid-500: #BE22F7;
--orchid-600: #A108D9;
--orchid-700: #8006AC;
--orchid-800: #5B047B;
--orchid-900: #3B034F;
--orchid-950: #250231;
}