Orchid
#C630E8
PinkColor Codes
All color formats for development
HEX
#C630E8RGB
rgb(198, 48, 232)HSL
hsl(289, 80%, 55%)OKLCH
oklch(0.62 0.267 319.1)CMYK
cmyk(15%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE19E3
2#A916CA
3#9414B1
4#7F1197
5#6A0E7E
6#550B65
7#3F084C
8#2A0632
9#150319
Tints
Lighter variations
1#CC45EA
2#D25AED
3#D76EEF
4#DD83F1
5#E398F4
6#E8ACF6
7#EEC1F8
8#F4D6FA
9#F9EAFD
Tones
Muted variations
1#C13ADF
2#BB43D6
3#B54CCD
4#AF55C3
5#A95EBA
6#A468B1
7#9E71A8
8#987A9F
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 | EFC3 #EFC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E295 #E295F3 | BordersInactive statesPlaceholder text |
| 400 | D35E #D35EED | Disabled statesSecondary iconsMuted text |
| 500 | C630 #C630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A916 #A916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8612 #8612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600D #600D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D08 #3D0849 | 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: #EFC3F8;
--orchid-300: #E295F3;
--orchid-400: #D35EED;
--orchid-500: #C630E8;
--orchid-600: #A916CA;
--orchid-700: #8612A1;
--orchid-800: #600D73;
--orchid-900: #3D0849;
--orchid-950: #26052E;
}