Orchid
#DE62EA
PinkColor Codes
All color formats for development
HEX
#DE62EARGB
rgb(222, 98, 234)HSL
hsl(295, 76%, 65%)OKLCH
oklch(0.699 0.222 324.1)CMYK
cmyk(5%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D845E6
2#D228E2
3#BE1CCC
4#A218AF
5#871492
6#6C1075
7#510C58
8#36083A
9#1B041D
Tints
Lighter variations
1#E272EC
2#E581EE
3#E891F0
4#EBA1F2
5#EFB0F4
6#F2C0F6
7#F5D0F9
8#F8E0FB
9#FCEFFD
Tones
Muted variations
1#D969E3
2#D36FDC
3#CD76D5
4#C87DCE
5#C284C8
6#BC8BC1
7#B791BA
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 | F3C5 #F3C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E998 #E998F1 | BordersInactive statesPlaceholder text |
| 400 | DE62 #DE62EA | Disabled statesSecondary iconsMuted text |
| 500 | D535 #D535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | B71B #B71BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9215 #92159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680F #680F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 430A #430A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF2FD;
--orchid-100: #F8E0FB;
--orchid-200: #F3C5F7;
--orchid-300: #E998F1;
--orchid-400: #DE62EA;
--orchid-500: #D535E3;
--orchid-600: #B71BC5;
--orchid-700: #92159D;
--orchid-800: #680F70;
--orchid-900: #430A48;
--orchid-950: #2A062D;
}