Orchid
#D535E3
PinkColor Codes
All color formats for development
HEX
#D535E3RGB
rgb(213, 53, 227)HSL
hsl(295, 76%, 55%)OKLCH
oklch(0.641 0.265 324.4)CMYK
cmyk(6%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CE1EDE
2#B71BC5
3#A018AD
4#891494
5#73117B
6#5C0D63
7#450A4A
8#2E0731
9#170319
Tints
Lighter variations
1#D949E6
2#DD5DE9
3#E272EC
4#E686EE
5#EA9AF1
6#EEAEF4
7#F2C2F7
8#F7D7F9
9#FBEBFC
Tones
Muted variations
1#CE3EDB
2#C646D2
3#BF4FC9
4#B858C1
5#B161B8
6#A969AF
7#A272A6
8#9B7B9E
9#948495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8E0 #F8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C5 #F3C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E998 #E998F1 | BordersInactive statesPlaceholder text |
| 400 | DE62 #DE62EA | Disabled statesSecondary iconsMuted text |
| 500 | D535 #D535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | B71B #B71BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9215 #92159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680F #680F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 430A #430A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF2FD;
--orchid-100: #F8E0FB;
--orchid-200: #F3C5F7;
--orchid-300: #E998F1;
--orchid-400: #DE62EA;
--orchid-500: #D535E3;
--orchid-600: #B71BC5;
--orchid-700: #92159D;
--orchid-800: #680F70;
--orchid-900: #430A48;
--orchid-950: #2A062D;
}