Orchid
#C833E6
PinkColor Codes
All color formats for development
HEX
#C833E6RGB
rgb(200, 51, 230)HSL
hsl(290, 78%, 55%)OKLCH
oklch(0.623 0.264 320.1)CMYK
cmyk(13%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C01CE1
2#AB19C8
3#9516AF
4#801396
5#6B0F7D
6#550C64
7#40094B
8#2B0632
9#150319
Tints
Lighter variations
1#CD47E8
2#D35CEB
3#D870ED
4#DE84F0
5#E399F2
6#E9ADF5
7#EEC2F7
8#F4D6FA
9#F9EBFC
Tones
Muted variations
1#C23CDD
2#BC45D4
3#B64ECB
4#B057C2
5#AA5FB9
6#A468B0
7#9E71A7
8#987A9E
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 | EFC4 #EFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E397 #E397F2 | BordersInactive statesPlaceholder text |
| 400 | D460 #D460EB | Disabled statesSecondary iconsMuted text |
| 500 | C833 #C833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB19 #AB19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8814 #88149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610E #610E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E09 #3E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2706 #27062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F6DFFB;
--orchid-200: #EFC4F8;
--orchid-300: #E397F2;
--orchid-400: #D460EB;
--orchid-500: #C833E6;
--orchid-600: #AB19C8;
--orchid-700: #88149F;
--orchid-800: #610E71;
--orchid-900: #3E0949;
--orchid-950: #27062D;
}