Orchid
#D433E6
PinkColor Codes
All color formats for development
HEX
#D433E6RGB
rgb(212, 51, 230)HSL
hsl(294, 78%, 55%)OKLCH
oklch(0.64 0.268 323.4)CMYK
cmyk(8%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD1CE1
2#B619C8
3#9F16AF
4#891396
5#720F7D
6#5B0C64
7#44094B
8#2E0632
9#170319
Tints
Lighter variations
1#D847E8
2#DC5CEB
3#E170ED
4#E584F0
5#E999F2
6#EEADF5
7#F2C2F7
8#F6D6FA
9#FBEBFC
Tones
Muted variations
1#CD3CDD
2#C645D4
3#BE4ECB
4#B757C2
5#B05FB9
6#A968B0
7#A271A7
8#9B7A9E
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 | F3C4 #F3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E997 #E997F2 | BordersInactive statesPlaceholder text |
| 400 | DD60 #DD60EB | Disabled statesSecondary iconsMuted text |
| 500 | D433 #D433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B619 #B619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9114 #91149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680E #680E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4209 #420949 | 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: #F3C4F8;
--orchid-300: #E997F2;
--orchid-400: #DD60EB;
--orchid-500: #D433E6;
--orchid-600: #B619C8;
--orchid-700: #91149F;
--orchid-800: #680E71;
--orchid-900: #420949;
--orchid-950: #29062D;
}