Orchid
#CD5CF0
PinkColor Codes
All color formats for development
HEX
#CD5CF0RGB
rgb(205, 92, 240)HSL
hsl(286, 83%, 65%)OKLCH
oklch(0.674 0.228 317.4)CMYK
cmyk(15%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C43DED
2#BB1FEA
3#A714D4
4#8F11B6
5#780E98
6#600B79
7#48085B
8#30063D
9#18031E
Tints
Lighter variations
1#D26CF1
2#D77CF3
3#DC8DF4
4#E19DF6
5#E6ADF7
6#EBBEF9
7#F0CEFA
8#F5DEFC
9#FAEFFD
Tones
Muted variations
1#C963E8
2#C56AE1
3#C172DA
4#BD79D2
5#BA81CB
6#B688C3
7#B290BC
8#AE97B5
9#AA9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC2 #EDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE94 #DE94F5 | BordersInactive statesPlaceholder text |
| 400 | CD5C #CD5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | BF2D #BF2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | A213 #A213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810F #810FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0B #5C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B07 #3B074B | Primary textHigh emphasis contentDark headings |
| 950 | 2504 #25042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F5DEFC;
--orchid-200: #EDC2F9;
--orchid-300: #DE94F5;
--orchid-400: #CD5CF0;
--orchid-500: #BF2DEB;
--orchid-600: #A213CD;
--orchid-700: #810FA3;
--orchid-800: #5C0B75;
--orchid-900: #3B074B;
--orchid-950: #25042F;
}