Orchid
#C233E6
PinkColor Codes
All color formats for development
HEX
#C233E6RGB
rgb(194, 51, 230)HSL
hsl(288, 78%, 55%)OKLCH
oklch(0.615 0.262 318.4)CMYK
cmyk(16%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B91CE1
2#A519C8
3#9016AF
4#7C1396
5#670F7D
6#520C64
7#3E094B
8#290632
9#150319
Tints
Lighter variations
1#C847E8
2#CE5CEB
3#D470ED
4#DA84F0
5#E099F2
6#E7ADF5
7#EDC2F7
8#F3D6FA
9#F9EBFC
Tones
Muted variations
1#BD3CDD
2#B745D4
3#B24ECB
4#AC57C2
5#A75FB9
6#A268B0
7#9C71A7
8#977A9E
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 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E097 #E097F2 | BordersInactive statesPlaceholder text |
| 400 | D060 #D060EB | Disabled statesSecondary iconsMuted text |
| 500 | C233 #C233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A519 #A519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8314 #83149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0E #5E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C09 #3C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F6DFFB;
--orchid-200: #EDC4F8;
--orchid-300: #E097F2;
--orchid-400: #D060EB;
--orchid-500: #C233E6;
--orchid-600: #A519C8;
--orchid-700: #83149F;
--orchid-800: #5E0E71;
--orchid-900: #3C0949;
--orchid-950: #25062D;
}