Orchid
#D161EA
PinkColor Codes
All color formats for development
HEX
#D161EARGB
rgb(209, 97, 234)HSL
hsl(289, 77%, 65%)OKLCH
oklch(0.682 0.217 320)CMYK
cmyk(11%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C944E7
2#C026E3
3#AD1BCD
4#9417B0
5#7B1393
6#630F75
7#4A0B58
8#31083B
9#19041D
Tints
Lighter variations
1#D671ED
2#DA81EF
3#DF90F1
4#E4A0F3
5#E8B0F5
6#EDC0F7
7#F1D0F9
8#F6DFFB
9#FAEFFD
Tones
Muted variations
1#CD68E4
2#C96FDD
3#C476D6
4#C07DCF
5#BC83C8
6#B78AC1
7#B391BA
8#AE98B3
9#AA9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC4 #EEC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E197 #E197F2 | BordersInactive statesPlaceholder text |
| 400 | D161 #D161EA | Disabled statesSecondary iconsMuted text |
| 500 | C434 #C434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A71A #A71AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8515 #85159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0F #5F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D09 #3D0948 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F6DFFB;
--orchid-200: #EEC4F7;
--orchid-300: #E197F2;
--orchid-400: #D161EA;
--orchid-500: #C434E5;
--orchid-600: #A71AC7;
--orchid-700: #85159E;
--orchid-800: #5F0F71;
--orchid-900: #3D0948;
--orchid-950: #26062D;
}