Orchid
#D356F5
PinkColor Codes
All color formats for development
HEX
#D356F5RGB
rgb(211, 86, 245)HSL
hsl(287, 89%, 65%)OKLCH
oklch(0.678 0.243 318.3)CMYK
cmyk(14%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB37F3
2#C218F2
3#AF0DDB
4#960BBC
5#7D099D
6#64077D
7#4B055E
8#32043F
9#19021F
Tints
Lighter variations
1#D767F6
2#DC78F7
3#E089F8
4#E49AF9
5#E9ABFA
6#EDBCFB
7#F2CCFC
8#F6DDFD
9#FBEEFE
Tones
Muted variations
1#CE5EED
2#CA66E5
3#C56EDD
4#C176D5
5#BC7ECD
6#B886C6
7#B38EBE
8#AF96B6
9#AA9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC0 #EFC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E290 #E290F9 | BordersInactive statesPlaceholder text |
| 400 | D356 #D356F5 | Disabled statesSecondary iconsMuted text |
| 500 | C626 #C626F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | A90C #A90CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860A #860AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6007 #600778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D04 #3D044D | Primary textHigh emphasis contentDark headings |
| 950 | 2603 #260330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F6DDFD;
--orchid-200: #EFC0FB;
--orchid-300: #E290F9;
--orchid-400: #D356F5;
--orchid-500: #C626F2;
--orchid-600: #A90CD4;
--orchid-700: #860AA9;
--orchid-800: #600778;
--orchid-900: #3D044D;
--orchid-950: #260330;
}