Orchid
#CA2FE9
PinkColor Codes
All color formats for development
HEX
#CA2FE9RGB
rgb(202, 47, 233)HSL
hsl(290, 81%, 55%)OKLCH
oklch(0.625 0.27 320)CMYK
cmyk(13%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C218E4
2#AD15CB
3#9713B2
4#821098
5#6C0D7F
6#560B66
7#41084C
8#2B0533
9#160319
Tints
Lighter variations
1#CF44EB
2#D559EE
3#DA6EF0
4#DF82F2
5#E597F4
6#EAACF6
7#EFC1F8
8#F4D5FB
9#FAEAFD
Tones
Muted variations
1#C439E0
2#BE42D7
3#B84BCD
4#B154C4
5#AB5EBB
6#A567B1
7#9F70A8
8#997A9F
9#928396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E495 #E495F4 | BordersInactive statesPlaceholder text |
| 400 | D65D #D65DEE | Disabled statesSecondary iconsMuted text |
| 500 | CA2F #CA2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | AD15 #AD15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8911 #8911A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620C #620C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F08 #3F084A | Primary textHigh emphasis contentDark headings |
| 950 | 2705 #27052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F7DFFC;
--orchid-200: #F0C3F9;
--orchid-300: #E495F4;
--orchid-400: #D65DEE;
--orchid-500: #CA2FE9;
--orchid-600: #AD15CB;
--orchid-700: #8911A2;
--orchid-800: #620C73;
--orchid-900: #3F084A;
--orchid-950: #27052E;
}