Orchid
#BB2FE9
PinkColor Codes
All color formats for development
HEX
#BB2FE9RGB
rgb(187, 47, 233)HSL
hsl(285, 81%, 55%)OKLCH
oklch(0.605 0.265 315.7)CMYK
cmyk(20%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B118E4
2#9E15CB
3#8A13B2
4#761098
5#630D7F
6#4F0B66
7#3B084C
8#270533
9#140319
Tints
Lighter variations
1#C244EB
2#C859EE
3#CF6EF0
4#D682F2
5#DD97F4
6#E4ACF6
7#EBC1F8
8#F1D5FB
9#F8EAFD
Tones
Muted variations
1#B639E0
2#B142D7
3#AD4BCD
4#A854C4
5#A35EBB
6#9F67B1
7#9A70A8
8#967A9F
9#918396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC3 #EBC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC95 #DC95F4 | BordersInactive statesPlaceholder text |
| 400 | CA5D #CA5DEE | Disabled statesSecondary iconsMuted text |
| 500 | BB2F #BB2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E15 #9E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D11 #7D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0C #5A0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3908 #39084A | Primary textHigh emphasis contentDark headings |
| 950 | 2405 #24052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F4DFFC;
--orchid-200: #EBC3F9;
--orchid-300: #DC95F4;
--orchid-400: #CA5DEE;
--orchid-500: #BB2FE9;
--orchid-600: #9E15CB;
--orchid-700: #7D11A2;
--orchid-800: #5A0C73;
--orchid-900: #39084A;
--orchid-950: #24052E;
}