Orchid
#DD60EB
PinkColor Codes
All color formats for development
HEX
#DD60EBRGB
rgb(221, 96, 235)HSL
hsl(294, 78%, 65%)OKLCH
oklch(0.696 0.225 323.5)CMYK
cmyk(6%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D743E8
2#D125E4
3#BC1ACF
4#A216B1
5#871294
6#6C0F76
7#510B59
8#36073B
9#1B041E
Tints
Lighter variations
1#E170ED
2#E480EF
3#E890F1
4#EBA0F3
5#EEB0F5
6#F2BFF7
7#F5CFF9
8#F8DFFB
9#FCEFFD
Tones
Muted variations
1#D867E4
2#D26EDD
3#CD75D6
4#C77CD0
5#C283C9
6#BC8AC2
7#B691BB
8#B198B4
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 | F3C4 #F3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E997 #E997F2 | BordersInactive statesPlaceholder text |
| 400 | DD60 #DD60EB | Disabled statesSecondary iconsMuted text |
| 500 | D433 #D433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B619 #B619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9114 #91149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680E #680E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4209 #420949 | 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: #F3C4F8;
--orchid-300: #E997F2;
--orchid-400: #DD60EB;
--orchid-500: #D433E6;
--orchid-600: #B619C8;
--orchid-700: #91149F;
--orchid-800: #680E71;
--orchid-900: #420949;
--orchid-950: #29062D;
}