Orchid
#C330E8
PinkColor Codes
All color formats for development
HEX
#C330E8RGB
rgb(195, 48, 232)HSL
hsl(288, 80%, 55%)OKLCH
oklch(0.616 0.266 318.3)CMYK
cmyk(16%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB19E3
2#A616CA
3#9114B1
4#7D1197
5#680E7E
6#530B65
7#3E084C
8#2A0632
9#150319
Tints
Lighter variations
1#C945EA
2#CF5AED
3#D56EEF
4#DB83F1
5#E198F4
6#E7ACF6
7#EDC1F8
8#F3D6FA
9#F9EAFD
Tones
Muted variations
1#BE3ADF
2#B843D6
3#B34CCD
4#AD55C3
5#A85EBA
6#A268B1
7#9D71A8
8#977A9F
9#928395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC3 #EEC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E195 #E195F3 | BordersInactive statesPlaceholder text |
| 400 | D15E #D15EED | Disabled statesSecondary iconsMuted text |
| 500 | C330 #C330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A616 #A616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8412 #8412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0D #5E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C08 #3C0849 | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F6DFFB;
--orchid-200: #EEC3F8;
--orchid-300: #E195F3;
--orchid-400: #D15EED;
--orchid-500: #C330E8;
--orchid-600: #A616CA;
--orchid-700: #8412A1;
--orchid-800: #5E0D73;
--orchid-900: #3C0849;
--orchid-950: #26052E;
}