Orchid
#C92DEB
PinkColor Codes
All color formats for development
HEX
#C92DEBRGB
rgb(201, 45, 235)HSL
hsl(289, 83%, 55%)OKLCH
oklch(0.624 0.273 319.3)CMYK
cmyk(14%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C115E7
2#AB13CD
3#9611B4
4#800E9A
5#6B0C80
6#560A67
7#40074D
8#2B0533
9#15021A
Tints
Lighter variations
1#CE42ED
2#D357EF
3#D96CF1
4#DE81F3
5#E496F5
6#E9ABF7
7#EFC0F9
8#F4D5FB
9#FAEAFD
Tones
Muted variations
1#C337E2
2#BD40D8
3#B64ACF
4#B053C5
5#AA5DBC
6#A466B2
7#9E70A9
8#98799F
9#928396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E394 #E394F5 | BordersInactive statesPlaceholder text |
| 400 | D55C #D55CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C92D #C92DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | AB13 #AB13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 880F #880FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610B #610B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E07 #3E074B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F7DEFC;
--orchid-200: #EFC2F9;
--orchid-300: #E394F5;
--orchid-400: #D55CF0;
--orchid-500: #C92DEB;
--orchid-600: #AB13CD;
--orchid-700: #880FA3;
--orchid-800: #610B75;
--orchid-900: #3E074B;
--orchid-950: #27042F;
}