Orchid
#C22EEA
PinkColor Codes
All color formats for development
HEX
#C22EEARGB
rgb(194, 46, 234)HSL
hsl(287, 82%, 55%)OKLCH
oklch(0.614 0.269 317.6)CMYK
cmyk(17%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B917E6
2#A414CC
3#9012B3
4#7B0F99
5#670D80
6#520A66
7#3E084D
8#290533
9#15031A
Tints
Lighter variations
1#C843EC
2#CE58EE
3#D46DF1
4#DA82F3
5#E097F5
6#E6ABF7
7#EDC0F9
8#F3D5FB
9#F9EAFD
Tones
Muted variations
1#BC38E1
2#B741D8
3#B24ACE
4#AC54C5
5#A75DBB
6#A267B2
7#9C70A8
8#97799F
9#928396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC3 #EDC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E094 #E094F4 | BordersInactive statesPlaceholder text |
| 400 | CF5D #CF5DEF | Disabled statesSecondary iconsMuted text |
| 500 | C22E #C22EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | A414 #A414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8310 #8310A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0B #5D0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C07 #3C074A | Primary textHigh emphasis contentDark headings |
| 950 | 2505 #25052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F5DFFC;
--orchid-200: #EDC3F9;
--orchid-300: #E094F4;
--orchid-400: #CF5DEF;
--orchid-500: #C22EEA;
--orchid-600: #A414CC;
--orchid-700: #8310A2;
--orchid-800: #5D0B74;
--orchid-900: #3C074A;
--orchid-950: #25052E;
}