Orchid
#BC2DEB
PinkColor Codes
All color formats for development
HEX
#BC2DEBRGB
rgb(188, 45, 235)HSL
hsl(285, 83%, 55%)OKLCH
oklch(0.606 0.269 315.6)CMYK
cmyk(20%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B315E7
2#9F13CD
3#8B11B4
4#770E9A
5#630C80
6#4F0A67
7#3C074D
8#280533
9#14021A
Tints
Lighter variations
1#C342ED
2#C957EF
3#D06CF1
4#D781F3
5#DD96F5
6#E4ABF7
7#EBC0F9
8#F2D5FB
9#F8EAFD
Tones
Muted variations
1#B737E2
2#B240D8
3#AE4ACF
4#A953C5
5#A45DBC
6#9F66B2
7#9B70A9
8#96799F
9#918396
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;
}