Orchid
#C454F8
PurpleColor Codes
All color formats for development
HEX
#C454F8RGB
rgb(196, 84, 248)HSL
hsl(281, 92%, 65%)OKLCH
oklch(0.659 0.243 313.1)CMYK
cmyk(21%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B934F7
2#AE14F5
3#9B09DF
4#8508BF
5#6F079F
6#59057F
7#42045F
8#2C0340
9#160120
Tints
Lighter variations
1#CA65F9
2#D076F9
3#D687FA
4#DC98FB
5#E1A9FB
6#E7BAFC
7#EDCCFD
8#F3DDFE
9#F9EEFE
Tones
Muted variations
1#C15CF0
2#BE64E7
3#BB6CDF
4#B874D7
5#B57DCF
6#B285C7
7#AF8DBE
8#AC95B6
9#A99EAE
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 #E9BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D88E #D88EFA | BordersInactive statesPlaceholder text |
| 400 | C454 #C454F8 | Disabled statesSecondary iconsMuted text |
| 500 | B323 #B323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9609 #9609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7707 #7707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5505 #55057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3703 #37034E | 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: #E9BFFC;
--orchid-300: #D88EFA;
--orchid-400: #C454F8;
--orchid-500: #B323F6;
--orchid-600: #9609D7;
--orchid-700: #7707AB;
--orchid-800: #55057A;
--orchid-900: #37034E;
--orchid-950: #220231;
}