Orchid
#C932E7
PinkColor Codes
All color formats for development
HEX
#C932E7RGB
rgb(201, 50, 231)HSL
hsl(290, 79%, 55%)OKLCH
oklch(0.625 0.266 320.2)CMYK
cmyk(13%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C11BE2
2#AB18C9
3#9615B0
4#801297
5#6B0F7E
6#560C64
7#40094B
8#2B0632
9#150319
Tints
Lighter variations
1#CE46E9
2#D45BEC
3#D96FEE
4#DE84F1
5#E498F3
6#E9ADF5
7#EFC1F8
8#F4D6FA
9#FAEAFD
Tones
Muted variations
1#C33BDE
2#BD44D5
3#B74DCC
4#B156C3
5#AA5FBA
6#A468B1
7#9E71A7
8#987A9E
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 | EFC4 #EFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E396 #E396F3 | BordersInactive statesPlaceholder text |
| 400 | D55F #D55FEC | Disabled statesSecondary iconsMuted text |
| 500 | C932 #C932E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB18 #AB18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8813 #8813A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610D #610D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E09 #3E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2705 #27052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F7DFFB;
--orchid-200: #EFC4F8;
--orchid-300: #E396F3;
--orchid-400: #D55FEC;
--orchid-500: #C932E7;
--orchid-600: #AB18C9;
--orchid-700: #8813A0;
--orchid-800: #610D72;
--orchid-900: #3E0949;
--orchid-950: #27052E;
}