Orchid
#C453F9
PurpleColor Codes
All color formats for development
HEX
#C453F9RGB
rgb(196, 83, 249)HSL
hsl(281, 93%, 65%)OKLCH
oklch(0.658 0.245 312.9)CMYK
cmyk(21%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B933F8
2#AE13F6
3#9C08E0
4#8507C0
5#6F06A0
6#590580
7#430360
8#2C0240
9#160120
Tints
Lighter variations
1#CA64F9
2#D075FA
3#D686FB
4#DC98FB
5#E2A9FC
6#E7BAFD
7#EDCBFD
8#F3DDFE
9#F9EEFE
Tones
Muted variations
1#C15BF0
2#BE63E8
3#BB6CE0
4#B874D8
5#B57CCF
6#B285C7
7#AF8DBF
8#AC95B6
9#A99DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BF #E9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D88E #D88EFB | BordersInactive statesPlaceholder text |
| 400 | C453 #C453F9 | Disabled statesSecondary iconsMuted text |
| 500 | B322 #B322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9608 #9608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7806 #7806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5504 #55047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3703 #37034F | Primary textHigh emphasis contentDark headings |
| 950 | 2202 #220231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FE;
--orchid-100: #F3DDFE;
--orchid-200: #E9BFFD;
--orchid-300: #D88EFB;
--orchid-400: #C453F9;
--orchid-500: #B322F7;
--orchid-600: #9608D9;
--orchid-700: #7806AC;
--orchid-800: #55047B;
--orchid-900: #37034F;
--orchid-950: #220231;
}