Orchid
#C02BEE
PinkColor Codes
All color formats for development
HEX
#C02BEERGB
rgb(192, 43, 238)HSL
hsl(286, 85%, 55%)OKLCH
oklch(0.612 0.274 316.1)CMYK
cmyk(19%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B713EA
2#A311D0
3#8F0FB6
4#7A0D9C
5#660B82
6#520868
7#3D064E
8#290434
9#14021A
Tints
Lighter variations
1#C740F0
2#CD55F1
3#D36AF3
4#D980F5
5#E095F6
6#E6AAF8
7#ECBFFA
8#F2D5FC
9#F9EAFD
Tones
Muted variations
1#BB34E4
2#B63EDA
3#B148D1
4#AB52C7
5#A65BBD
6#A165B3
7#9C6FAA
8#9779A0
9#918296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC2 #EDC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DF92 #DF92F6 | BordersInactive statesPlaceholder text |
| 400 | CE5A #CE5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | C02B #C02BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A311 #A311D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 820D #820DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0A #5D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B06 #3B064B | 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: #F5DEFC;
--orchid-200: #EDC2FA;
--orchid-300: #DF92F6;
--orchid-400: #CE5AF2;
--orchid-500: #C02BEE;
--orchid-600: #A311D0;
--orchid-700: #820DA5;
--orchid-800: #5D0A76;
--orchid-900: #3B064B;
--orchid-950: #25042F;
}