Orchid
#C030E8
PinkColor Codes
All color formats for development
HEX
#C030E8RGB
rgb(192, 48, 232)HSL
hsl(287, 80%, 55%)OKLCH
oklch(0.611 0.265 317.4)CMYK
cmyk(17%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B719E3
2#A316CA
3#8F14B1
4#7A1197
5#660E7E
6#520B65
7#3D084C
8#290632
9#140319
Tints
Lighter variations
1#C745EA
2#CD5AED
3#D36EEF
4#D983F1
5#E098F4
6#E6ACF6
7#ECC1F8
8#F2D6FA
9#F9EAFD
Tones
Muted variations
1#BB3ADF
2#B643D6
3#B14CCD
4#AB55C3
5#A65EBA
6#A168B1
7#9C71A8
8#977A9F
9#918395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC3 #EDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF95 #DF95F3 | BordersInactive statesPlaceholder text |
| 400 | CE5E #CE5EED | Disabled statesSecondary iconsMuted text |
| 500 | C030 #C030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A316 #A316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8212 #8212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0D #5D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B08 #3B0849 | Primary textHigh emphasis contentDark headings |
| 950 | 2505 #25052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F5DFFB;
--orchid-200: #EDC3F8;
--orchid-300: #DF95F3;
--orchid-400: #CE5EED;
--orchid-500: #C030E8;
--orchid-600: #A316CA;
--orchid-700: #8212A1;
--orchid-800: #5D0D73;
--orchid-900: #3B0849;
--orchid-950: #25052E;
}