Orchid
#CA34E5
PinkColor Codes
All color formats for development
HEX
#CA34E5RGB
rgb(202, 52, 229)HSL
hsl(291, 77%, 55%)OKLCH
oklch(0.626 0.263 320.9)CMYK
cmyk(12%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C21DDF
2#AD1AC7
3#9717AE
4#821395
5#6C107C
6#560D63
7#410A4A
8#2B0632
9#160319
Tints
Lighter variations
1#CF48E7
2#D55DEA
3#DA71ED
4#DF85EF
5#E599F2
6#EAAEF4
7#EFC2F7
8#F4D6FA
9#FAEBFC
Tones
Muted variations
1#C43DDC
2#BE46D3
3#B84ECA
4#B157C1
5#AB60B8
6#A569B0
7#9F72A7
8#997B9E
9#928395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C4 #F0C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E497 #E497F2 | BordersInactive statesPlaceholder text |
| 400 | D661 #D661EA | Disabled statesSecondary iconsMuted text |
| 500 | CA34 #CA34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | AD1A #AD1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8915 #89159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620F #620F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F09 #3F0948 | 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: #F7DFFB;
--orchid-200: #F0C4F7;
--orchid-300: #E497F2;
--orchid-400: #D661EA;
--orchid-500: #CA34E5;
--orchid-600: #AD1AC7;
--orchid-700: #89159E;
--orchid-800: #620F71;
--orchid-900: #3F0948;
--orchid-950: #27062D;
}