Orchid
#CB5CF0
PinkColor Codes
All color formats for development
HEX
#CB5CF0RGB
rgb(203, 92, 240)HSL
hsl(285, 83%, 65%)OKLCH
oklch(0.672 0.227 316.7)CMYK
cmyk(15%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C13DED
2#B71FEA
3#A414D4
4#8D11B6
5#750E98
6#5E0B79
7#46085B
8#2F063D
9#17031E
Tints
Lighter variations
1#D06CF1
2#D57CF3
3#DA8DF4
4#E09DF6
5#E5ADF7
6#EABEF9
7#EFCEFA
8#F5DEFC
9#FAEFFD
Tones
Muted variations
1#C763E8
2#C36AE1
3#C072DA
4#BC79D2
5#B881CB
6#B588C3
7#B190BC
8#AD97B5
9#A99EAD
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 | ECC2 #ECC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DD94 #DD94F5 | BordersInactive statesPlaceholder text |
| 400 | CB5C #CB5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | BC2D #BC2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9F13 #9F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E0F #7E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0B #5A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A07 #3A074B | Primary textHigh emphasis contentDark headings |
| 950 | 2404 #24042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F5DEFC;
--orchid-200: #ECC2F9;
--orchid-300: #DD94F5;
--orchid-400: #CB5CF0;
--orchid-500: #BC2DEB;
--orchid-600: #9F13CD;
--orchid-700: #7E0FA3;
--orchid-800: #5A0B75;
--orchid-900: #3A074B;
--orchid-950: #24042F;
}