Orchid
#D133E6
PinkColor Codes
All color formats for development
HEX
#D133E6RGB
rgb(209, 51, 230)HSL
hsl(293, 78%, 55%)OKLCH
oklch(0.636 0.267 322.6)CMYK
cmyk(9%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA1CE1
2#B319C8
3#9D16AF
4#861396
5#700F7D
6#5A0C64
7#43094B
8#2D0632
9#160319
Tints
Lighter variations
1#D547E8
2#DA5CEB
3#DF70ED
4#E384F0
5#E899F2
6#EDADF5
7#F1C2F7
8#F6D6FA
9#FAEBFC
Tones
Muted variations
1#CA3CDD
2#C345D4
3#BC4ECB
4#B557C2
5#AF5FB9
6#A868B0
7#A171A7
8#9A7A9E
9#938395
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;
}