Orchid
#DB35E3
PinkColor Codes
All color formats for development
HEX
#DB35E3RGB
rgb(219, 53, 227)HSL
hsl(297, 76%, 55%)OKLCH
oklch(0.65 0.267 326)CMYK
cmyk(4%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D51EDE
2#BD1BC5
3#A518AD
4#8E1494
5#76117B
6#5E0D63
7#470A4A
8#2F0731
9#180319
Tints
Lighter variations
1#DE49E6
2#E25DE9
3#E672EC
4#E986EE
5#ED9AF1
6#F0AEF4
7#F4C2F7
8#F8D7F9
9#FBEBFC
Tones
Muted variations
1#D33EDB
2#CB46D2
3#C34FC9
4#BB58C1
5#B361B8
6#AC69AF
7#A472A6
8#9C7B9E
9#948495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9E0 #F9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C5 #F5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EC98 #EC98F1 | BordersInactive statesPlaceholder text |
| 400 | E362 #E362EA | Disabled statesSecondary iconsMuted text |
| 500 | DB35 #DB35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | BD1B #BD1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9615 #96159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0F #6B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 450A #450A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2B06 #2B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF2FD;
--orchid-100: #F9E0FB;
--orchid-200: #F5C5F7;
--orchid-300: #EC98F1;
--orchid-400: #E362EA;
--orchid-500: #DB35E3;
--orchid-600: #BD1BC5;
--orchid-700: #96159D;
--orchid-800: #6B0F70;
--orchid-900: #450A48;
--orchid-950: #2B062D;
}