Orchid
#C862EA
PinkColor Codes
All color formats for development
HEX
#C862EARGB
rgb(200, 98, 234)HSL
hsl(285, 76%, 65%)OKLCH
oklch(0.672 0.212 316.9)CMYK
cmyk(15%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD45E6
2#B328E2
3#A01CCC
4#8918AF
5#721492
6#5B1075
7#450C58
8#2E083A
9#17041D
Tints
Lighter variations
1#CD72EC
2#D381EE
3#D891F0
4#DEA1F2
5#E3B0F4
6#E9C0F6
7#EED0F9
8#F4E0FB
9#F9EFFD
Tones
Muted variations
1#C469E3
2#C16FDC
3#BD76D5
4#BA7DCE
5#B784C8
6#B38BC1
7#B091BA
8#AD98B3
9#A99FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC5 #EAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB98 #DB98F1 | BordersInactive statesPlaceholder text |
| 400 | C862 #C862EA | Disabled statesSecondary iconsMuted text |
| 500 | B835 #B835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B1B #9B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B15 #7B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580F #580F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 380A #380A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF2FD;
--orchid-100: #F4E0FB;
--orchid-200: #EAC5F7;
--orchid-300: #DB98F1;
--orchid-400: #C862EA;
--orchid-500: #B835E3;
--orchid-600: #9B1BC5;
--orchid-700: #7B159D;
--orchid-800: #580F70;
--orchid-900: #380A48;
--orchid-950: #23062D;
}