Orchid
#CA62EA
PinkColor Codes
All color formats for development
HEX
#CA62EARGB
rgb(202, 98, 234)HSL
hsl(286, 76%, 65%)OKLCH
oklch(0.674 0.213 317.6)CMYK
cmyk(14%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C045E6
2#B628E2
3#A31CCC
4#8C18AF
5#741492
6#5D1075
7#460C58
8#2F083A
9#17041D
Tints
Lighter variations
1#CF72EC
2#D581EE
3#DA91F0
4#DFA1F2
5#E4B0F4
6#EAC0F6
7#EFD0F9
8#F4E0FB
9#FAEFFD
Tones
Muted variations
1#C669E3
2#C36FDC
3#BF76D5
4#BB7DCE
5#B884C8
6#B48BC1
7#B191BA
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 | EBC5 #EBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC98 #DC98F1 | BordersInactive statesPlaceholder text |
| 400 | CA62 #CA62EA | Disabled statesSecondary iconsMuted text |
| 500 | BB35 #BB35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E1B #9E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D15 #7D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0F #5A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 390A #390A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2406 #24062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF2FD;
--orchid-100: #F4E0FB;
--orchid-200: #EBC5F7;
--orchid-300: #DC98F1;
--orchid-400: #CA62EA;
--orchid-500: #BB35E3;
--orchid-600: #9E1BC5;
--orchid-700: #7D159D;
--orchid-800: #5A0F70;
--orchid-900: #390A48;
--orchid-950: #24062D;
}