Orchid
#C02CED
PinkColor Codes
All color formats for development
HEX
#C02CEDRGB
rgb(192, 44, 237)HSL
hsl(286, 84%, 55%)OKLCH
oklch(0.612 0.272 316.3)CMYK
cmyk(19%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B714E8
2#A212CE
3#8E10B5
4#7A0D9B
5#660B81
6#510967
7#3D074D
8#290434
9#14021A
Tints
Lighter variations
1#C641EE
2#CC56F0
3#D36BF2
4#D980F4
5#DF95F6
6#E6ABF8
7#ECC0F9
8#F2D5FB
9#F9EAFD
Tones
Muted variations
1#BB35E3
2#B53FD9
3#B049D0
4#AB52C6
5#A65CBC
6#A166B3
7#9C6FA9
8#9779A0
9#918396
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 | DF93 #DF93F6 | BordersInactive statesPlaceholder text |
| 400 | CE5B #CE5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C02C #C02CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A212 #A212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810E #810EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0A #5C0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B07 #3B074B | 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: #DF93F6;
--orchid-400: #CE5BF1;
--orchid-500: #C02CED;
--orchid-600: #A212CE;
--orchid-700: #810EA4;
--orchid-800: #5C0A75;
--orchid-900: #3B074B;
--orchid-950: #25042F;
}