Orchid
#C52DEB
PinkColor Codes
All color formats for development
HEX
#C52DEBRGB
rgb(197, 45, 235)HSL
hsl(288, 83%, 55%)OKLCH
oklch(0.618 0.272 318.2)CMYK
cmyk(16%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD15E7
2#A813CD
3#9311B4
4#7E0E9A
5#690C80
6#540A67
7#3F074D
8#2A0533
9#15021A
Tints
Lighter variations
1#CB42ED
2#D157EF
3#D76CF1
4#DC81F3
5#E296F5
6#E8ABF7
7#EEC0F9
8#F3D5FB
9#F9EAFD
Tones
Muted variations
1#C037E2
2#BA40D8
3#B44ACF
4#AF53C5
5#A95DBC
6#A366B2
7#9D70A9
8#98799F
9#928396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC2 #EEC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E294 #E294F5 | BordersInactive statesPlaceholder text |
| 400 | D25C #D25CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C52D #C52DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | A813 #A813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860F #860FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0B #5F0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D07 #3D074B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F6DEFC;
--orchid-200: #EEC2F9;
--orchid-300: #E294F5;
--orchid-400: #D25CF0;
--orchid-500: #C52DEB;
--orchid-600: #A813CD;
--orchid-700: #860FA3;
--orchid-800: #5F0B75;
--orchid-900: #3D074B;
--orchid-950: #26042F;
}