Orchid
#DE35E3
PinkColor Codes
All color formats for development
HEX
#DE35E3RGB
rgb(222, 53, 227)HSL
hsl(298, 76%, 55%)OKLCH
oklch(0.654 0.269 326.8)CMYK
cmyk(2%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D81EDE
2#C01BC5
3#A818AD
4#901494
5#78117B
6#600D63
7#480A4A
8#300731
9#180319
Tints
Lighter variations
1#E149E6
2#E45DE9
3#E872EC
4#EB86EE
5#EE9AF1
6#F2AEF4
7#F5C2F7
8#F8D7F9
9#FCEBFC
Tones
Muted variations
1#D63EDB
2#CD46D2
3#C54FC9
4#BD58C1
5#B561B8
6#AD69AF
7#A572A6
8#9D7B9E
9#948495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C5 #F5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE98 #EE98F1 | BordersInactive statesPlaceholder text |
| 400 | E562 #E562EA | Disabled statesSecondary iconsMuted text |
| 500 | DE35 #DE35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C01B #C01BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9915 #99159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0F #6D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460A #460A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2C06 #2C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FD;
--orchid-100: #FAE0FB;
--orchid-200: #F5C5F7;
--orchid-300: #EE98F1;
--orchid-400: #E562EA;
--orchid-500: #DE35E3;
--orchid-600: #C01BC5;
--orchid-700: #99159D;
--orchid-800: #6D0F70;
--orchid-900: #460A48;
--orchid-950: #2C062D;
}