Orchid
#DA62EA
PinkColor Codes
All color formats for development
HEX
#DA62EARGB
rgb(218, 98, 234)HSL
hsl(293, 76%, 65%)OKLCH
oklch(0.694 0.22 322.8)CMYK
cmyk(7%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D345E6
2#CC28E2
3#B81CCC
4#9D18AF
5#831492
6#691075
7#4F0C58
8#34083A
9#1A041D
Tints
Lighter variations
1#DD72EC
2#E181EE
3#E591F0
4#E9A1F2
5#ECB0F4
6#F0C0F6
7#F4D0F9
8#F8E0FB
9#FBEFFD
Tones
Muted variations
1#D569E3
2#CF6FDC
3#CA76D5
4#C57DCE
5#C084C8
6#BB8BC1
7#B591BA
8#B098B3
9#AB9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8E0 #F8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C5 #F1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E798 #E798F1 | BordersInactive statesPlaceholder text |
| 400 | DA62 #DA62EA | Disabled statesSecondary iconsMuted text |
| 500 | CF35 #CF35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | B21B #B21BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D15 #8D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650F #650F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 410A #410A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2806 #28062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF2FD;
--orchid-100: #F8E0FB;
--orchid-200: #F1C5F7;
--orchid-300: #E798F1;
--orchid-400: #DA62EA;
--orchid-500: #CF35E3;
--orchid-600: #B21BC5;
--orchid-700: #8D159D;
--orchid-800: #650F70;
--orchid-900: #410A48;
--orchid-950: #28062D;
}