Orchid
#C930E8
PinkColor Codes
All color formats for development
HEX
#C930E8RGB
rgb(201, 48, 232)HSL
hsl(290, 80%, 55%)OKLCH
oklch(0.624 0.268 320)CMYK
cmyk(13%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C219E3
2#AC16CA
3#9714B1
4#811197
5#6C0E7E
6#560B65
7#41084C
8#2B0632
9#160319
Tints
Lighter variations
1#CF45EA
2#D45AED
3#DA6EEF
4#DF83F1
5#E498F4
6#EAACF6
7#EFC1F8
8#F4D6FA
9#FAEAFD
Tones
Muted variations
1#C33ADF
2#BD43D6
3#B74CCD
4#B155C3
5#AB5EBA
6#A568B1
7#9F71A8
8#987A9F
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 | F0C3 #F0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E495 #E495F3 | BordersInactive statesPlaceholder text |
| 400 | D55E #D55EED | Disabled statesSecondary iconsMuted text |
| 500 | C930 #C930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AC16 #AC16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8912 #8912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620D #620D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F08 #3F0849 | 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: #F0C3F8;
--orchid-300: #E495F3;
--orchid-400: #D55EED;
--orchid-500: #C930E8;
--orchid-600: #AC16CA;
--orchid-700: #8912A1;
--orchid-800: #620D73;
--orchid-900: #3F0849;
--orchid-950: #27052E;
}