Orchid
#D060EB
PinkColor Codes
All color formats for development
HEX
#D060EBRGB
rgb(208, 96, 235)HSL
hsl(288, 78%, 65%)OKLCH
oklch(0.68 0.219 319.4)CMYK
cmyk(11%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C743E8
2#BE25E4
3#AA1ACF
4#9216B1
5#7A1294
6#610F76
7#490B59
8#31073B
9#18041E
Tints
Lighter variations
1#D470ED
2#D980EF
3#DE90F1
4#E3A0F3
5#E7B0F5
6#ECBFF7
7#F1CFF9
8#F6DFFB
9#FAEFFD
Tones
Muted variations
1#CB67E4
2#C76EDD
3#C375D6
4#BF7CD0
5#BB83C9
6#B68AC2
7#B291BB
8#AE98B4
9#AA9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E097 #E097F2 | BordersInactive statesPlaceholder text |
| 400 | D060 #D060EB | Disabled statesSecondary iconsMuted text |
| 500 | C233 #C233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A519 #A519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8314 #83149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0E #5E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C09 #3C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F6DFFB;
--orchid-200: #EDC4F8;
--orchid-300: #E097F2;
--orchid-400: #D060EB;
--orchid-500: #C233E6;
--orchid-600: #A519C8;
--orchid-700: #83149F;
--orchid-800: #5E0E71;
--orchid-900: #3C0949;
--orchid-950: #25062D;
}