Orchid
#DC62EA
PinkColor Codes
All color formats for development
HEX
#DC62EARGB
rgb(220, 98, 234)HSL
hsl(294, 76%, 65%)OKLCH
oklch(0.697 0.221 323.4)CMYK
cmyk(6%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D645E6
2#CF28E2
3#BB1CCC
4#A018AF
5#851492
6#6B1075
7#500C58
8#35083A
9#1B041D
Tints
Lighter variations
1#E072EC
2#E381EE
3#E791F0
4#EAA1F2
5#EEB0F4
6#F1C0F6
7#F5D0F9
8#F8E0FB
9#FCEFFD
Tones
Muted variations
1#D769E3
2#D16FDC
3#CC76D5
4#C67DCE
5#C184C8
6#BB8BC1
7#B691BA
8#B198B3
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 | F2C5 #F2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E898 #E898F1 | BordersInactive statesPlaceholder text |
| 400 | DC62 #DC62EA | Disabled statesSecondary iconsMuted text |
| 500 | D235 #D235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | B41B #B41BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9015 #90159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670F #670F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 420A #420A48 | 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: #FCF2FD;
--orchid-100: #F8E0FB;
--orchid-200: #F2C5F7;
--orchid-300: #E898F1;
--orchid-400: #DC62EA;
--orchid-500: #D235E3;
--orchid-600: #B41BC5;
--orchid-700: #90159D;
--orchid-800: #670F70;
--orchid-900: #420A48;
--orchid-950: #29062D;
}