Orchid
#DA61EA
PinkColor Codes
All color formats for development
HEX
#DA61EARGB
rgb(218, 97, 234)HSL
hsl(293, 77%, 65%)OKLCH
oklch(0.693 0.222 322.9)CMYK
cmyk(7%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D444E7
2#CD26E3
3#B91BCD
4#9E17B0
5#841393
6#690F75
7#4F0B58
8#35083B
9#1A041D
Tints
Lighter variations
1#DE71ED
2#E281EF
3#E590F1
4#E9A0F3
5#EDB0F5
6#F0C0F7
7#F4D0F9
8#F8DFFB
9#FBEFFD
Tones
Muted variations
1#D568E4
2#D06FDD
3#CB76D6
4#C57DCF
5#C083C8
6#BB8AC1
7#B691BA
8#B098B3
9#AB9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C4 #F1C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E797 #E797F2 | BordersInactive statesPlaceholder text |
| 400 | DA61 #DA61EA | Disabled statesSecondary iconsMuted text |
| 500 | D034 #D034E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | B21A #B21AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E15 #8E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650F #650F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4109 #410948 | Primary textHigh emphasis contentDark headings |
| 950 | 2906 #29062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F8DFFB;
--orchid-200: #F1C4F7;
--orchid-300: #E797F2;
--orchid-400: #DA61EA;
--orchid-500: #D034E5;
--orchid-600: #B21AC7;
--orchid-700: #8E159E;
--orchid-800: #650F71;
--orchid-900: #410948;
--orchid-950: #29062D;
}