Orchid
#E460EB
PinkColor Codes
All color formats for development
HEX
#E460EBRGB
rgb(228, 96, 235)HSL
hsl(297, 78%, 65%)OKLCH
oklch(0.705 0.229 325.6)CMYK
cmyk(3%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF43E8
2#DB25E4
3#C51ACF
4#A916B1
5#8D1294
6#710F76
7#550B59
8#38073B
9#1C041E
Tints
Lighter variations
1#E770ED
2#EA80EF
3#EC90F1
4#EFA0F3
5#F2B0F5
6#F4BFF7
7#F7CFF9
8#FADFFB
9#FCEFFD
Tones
Muted variations
1#DE67E4
2#D86EDD
3#D275D6
4#CB7CD0
5#C583C9
6#BF8AC2
7#B991BB
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 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C4 #F5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE97 #EE97F2 | BordersInactive statesPlaceholder text |
| 400 | E460 #E460EB | Disabled statesSecondary iconsMuted text |
| 500 | DD33 #DD33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | BF19 #BF19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9814 #98149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0E #6D0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4509 #450949 | 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: #FADFFB;
--orchid-200: #F5C4F8;
--orchid-300: #EE97F2;
--orchid-400: #E460EB;
--orchid-500: #DD33E6;
--orchid-600: #BF19C8;
--orchid-700: #98149F;
--orchid-800: #6D0E71;
--orchid-900: #450949;
--orchid-950: #2B062D;
}