Orchid
#C52EEA
PinkColor Codes
All color formats for development
HEX
#C52EEARGB
rgb(197, 46, 234)HSL
hsl(288, 82%, 55%)OKLCH
oklch(0.618 0.27 318.4)CMYK
cmyk(16%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC17E6
2#A714CC
3#9212B3
4#7E0F99
5#690D80
6#540A66
7#3F084D
8#2A0533
9#15031A
Tints
Lighter variations
1#CB43EC
2#D058EE
3#D66DF1
4#DC82F3
5#E297F5
6#E8ABF7
7#EEC0F9
8#F3D5FB
9#F9EAFD
Tones
Muted variations
1#BF38E1
2#B941D8
3#B44ACE
4#AE54C5
5#A85DBB
6#A367B2
7#9D70A8
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 | F6DF #F6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC3 #EEC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E194 #E194F4 | BordersInactive statesPlaceholder text |
| 400 | D25D #D25DEF | Disabled statesSecondary iconsMuted text |
| 500 | C52E #C52EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | A714 #A714CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8510 #8510A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0B #5F0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D07 #3D074A | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F6DFFC;
--orchid-200: #EEC3F9;
--orchid-300: #E194F4;
--orchid-400: #D25DEF;
--orchid-500: #C52EEA;
--orchid-600: #A714CC;
--orchid-700: #8510A2;
--orchid-800: #5F0B74;
--orchid-900: #3D074A;
--orchid-950: #26052E;
}