Orchid
#E260EB
PinkColor Codes
All color formats for development
HEX
#E260EBRGB
rgb(226, 96, 235)HSL
hsl(296, 78%, 65%)OKLCH
oklch(0.702 0.228 325.1)CMYK
cmyk(4%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD43E8
2#D725E4
3#C21ACF
4#A716B1
5#8B1294
6#6F0F76
7#530B59
8#38073B
9#1C041E
Tints
Lighter variations
1#E570ED
2#E880EF
3#EB90F1
4#EEA0F3
5#F1B0F5
6#F3BFF7
7#F6CFF9
8#F9DFFB
9#FCEFFD
Tones
Muted variations
1#DC67E4
2#D66EDD
3#D075D6
4#CA7CD0
5#C483C9
6#BE8AC2
7#B891BB
8#B298B4
9#AC9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C4 #F4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EC97 #EC97F2 | BordersInactive statesPlaceholder text |
| 400 | E260 #E260EB | Disabled statesSecondary iconsMuted text |
| 500 | DA33 #DA33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC19 #BC19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9614 #96149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0E #6B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4409 #440949 | Primary textHigh emphasis contentDark headings |
| 950 | 2B06 #2B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #F9DFFB;
--orchid-200: #F4C4F8;
--orchid-300: #EC97F2;
--orchid-400: #E260EB;
--orchid-500: #DA33E6;
--orchid-600: #BC19C8;
--orchid-700: #96149F;
--orchid-800: #6B0E71;
--orchid-900: #440949;
--orchid-950: #2B062D;
}