Orchid
#D835E3
PinkColor Codes
All color formats for development
HEX
#D835E3RGB
rgb(216, 53, 227)HSL
hsl(296, 76%, 55%)OKLCH
oklch(0.645 0.266 325.2)CMYK
cmyk(5%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D11EDE
2#BA1BC5
3#A318AD
4#8C1494
5#74117B
6#5D0D63
7#460A4A
8#2F0731
9#170319
Tints
Lighter variations
1#DC49E6
2#E05DE9
3#E472EC
4#E786EE
5#EB9AF1
6#EFAEF4
7#F3C2F7
8#F7D7F9
9#FBEBFC
Tones
Muted variations
1#D03EDB
2#C946D2
3#C14FC9
4#BA58C1
5#B261B8
6#AA69AF
7#A372A6
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 | F9E0 #F9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C5 #F4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB98 #EB98F1 | BordersInactive statesPlaceholder text |
| 400 | E162 #E162EA | Disabled statesSecondary iconsMuted text |
| 500 | D835 #D835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA1B #BA1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9415 #94159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0F #6A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 440A #440A48 | 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: #F9E0FB;
--orchid-200: #F4C5F7;
--orchid-300: #EB98F1;
--orchid-400: #E162EA;
--orchid-500: #D835E3;
--orchid-600: #BA1BC5;
--orchid-700: #94159D;
--orchid-800: #6A0F70;
--orchid-900: #440A48;
--orchid-950: #2A062D;
}