Orchid
#DC5EED
PinkColor Codes
All color formats for development
HEX
#DC5EEDRGB
rgb(220, 94, 237)HSL
hsl(293, 80%, 65%)OKLCH
oklch(0.694 0.229 322.8)CMYK
cmyk(7%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D641EA
2#D023E7
3#BB17D1
4#A014B3
5#861195
6#6B0D77
7#500A5A
8#35073C
9#1B031E
Tints
Lighter variations
1#E06EEF
2#E37EF1
3#E78FF3
4#EA9FF4
5#EEAFF6
6#F1BFF8
7#F5CFFA
8#F8DFFB
9#FCEFFD
Tones
Muted variations
1#D765E6
2#D26DDF
3#CC74D8
4#C77BD1
5#C182C9
6#BC89C2
7#B690BB
8#B197B4
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 | F2C3 #F2C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E895 #E895F3 | BordersInactive statesPlaceholder text |
| 400 | DC5E #DC5EED | Disabled statesSecondary iconsMuted text |
| 500 | D330 #D330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B516 #B516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9012 #9012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670D #670D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4208 #420849 | Primary textHigh emphasis contentDark headings |
| 950 | 2905 #29052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FD;
--orchid-100: #F8DFFB;
--orchid-200: #F2C3F8;
--orchid-300: #E895F3;
--orchid-400: #DC5EED;
--orchid-500: #D330E8;
--orchid-600: #B516CA;
--orchid-700: #9012A1;
--orchid-800: #670D73;
--orchid-900: #420849;
--orchid-950: #29052E;
}