Orchid
#DB60EB
PinkColor Codes
All color formats for development
HEX
#DB60EBRGB
rgb(219, 96, 235)HSL
hsl(293, 78%, 65%)OKLCH
oklch(0.694 0.224 322.9)CMYK
cmyk(7%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D443E8
2#CE25E4
3#B91ACF
4#9F16B1
5#841294
6#6A0F76
7#4F0B59
8#35073B
9#1A041E
Tints
Lighter variations
1#DF70ED
2#E280EF
3#E690F1
4#E9A0F3
5#EDB0F5
6#F1BFF7
7#F4CFF9
8#F8DFFB
9#FBEFFD
Tones
Muted variations
1#D667E4
2#D06EDD
3#CB75D6
4#C67CD0
5#C083C9
6#BB8AC2
7#B691BB
8#B098B4
9#AB9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C4 #F2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E797 #E797F2 | BordersInactive statesPlaceholder text |
| 400 | DB60 #DB60EB | Disabled statesSecondary iconsMuted text |
| 500 | D133 #D133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B319 #B319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F14 #8F149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 660E #660E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4109 #410949 | Primary textHigh emphasis contentDark headings |
| 950 | 2906 #29062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F8DFFB;
--orchid-200: #F2C4F8;
--orchid-300: #E797F2;
--orchid-400: #DB60EB;
--orchid-500: #D133E6;
--orchid-600: #B319C8;
--orchid-700: #8F149F;
--orchid-800: #660E71;
--orchid-900: #410949;
--orchid-950: #29062D;
}