Orchid
#C22DEB
PinkColor Codes
All color formats for development
HEX
#C22DEBRGB
rgb(194, 45, 235)HSL
hsl(287, 83%, 55%)OKLCH
oklch(0.614 0.271 317.4)CMYK
cmyk(17%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA15E7
2#A513CD
3#9011B4
4#7C0E9A
5#670C80
6#520A67
7#3E074D
8#290533
9#15021A
Tints
Lighter variations
1#C842ED
2#CE57EF
3#D46CF1
4#DB81F3
5#E196F5
6#E7ABF7
7#EDC0F9
8#F3D5FB
9#F9EAFD
Tones
Muted variations
1#BD37E2
2#B740D8
3#B24ACF
4#AD53C5
5#A75DBC
6#A266B2
7#9C70A9
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 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC2 #EDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E094 #E094F5 | BordersInactive statesPlaceholder text |
| 400 | D05C #D05CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C22D #C22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | A513 #A513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 830F #830FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0B #5E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C07 #3C074B | Primary textHigh emphasis contentDark headings |
| 950 | 2504 #25042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F6DEFC;
--orchid-200: #EDC2F9;
--orchid-300: #E094F5;
--orchid-400: #D05CF0;
--orchid-500: #C22DEB;
--orchid-600: #A513CD;
--orchid-700: #830FA3;
--orchid-800: #5E0B75;
--orchid-900: #3C074B;
--orchid-950: #25042F;
}