Orchid
#BF2DEB
PinkColor Codes
All color formats for development
HEX
#BF2DEBRGB
rgb(191, 45, 235)HSL
hsl(286, 83%, 55%)OKLCH
oklch(0.61 0.27 316.5)CMYK
cmyk(19%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B615E7
2#A213CD
3#8E11B4
4#790E9A
5#650C80
6#510A67
7#3D074D
8#280533
9#14021A
Tints
Lighter variations
1#C542ED
2#CC57EF
3#D26CF1
4#D981F3
5#DF96F5
6#E5ABF7
7#ECC0F9
8#F2D5FB
9#F9EAFD
Tones
Muted variations
1#BA37E2
2#B540D8
3#B04ACF
4#AB53C5
5#A65DBC
6#A166B2
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 | 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;
}