Orchid
#BB35E3
PinkColor Codes
All color formats for development
HEX
#BB35E3RGB
rgb(187, 53, 227)HSL
hsl(286, 76%, 55%)OKLCH
oklch(0.605 0.255 316.9)CMYK
cmyk(18%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B11EDE
2#9E1BC5
3#8A18AD
4#761494
5#63117B
6#4F0D63
7#3B0A4A
8#270731
9#140319
Tints
Lighter variations
1#C249E6
2#C85DE9
3#CF72EC
4#D686EE
5#DD9AF1
6#E4AEF4
7#EBC2F7
8#F1D7F9
9#F8EBFC
Tones
Muted variations
1#B63EDB
2#B146D2
3#AD4FC9
4#A858C1
5#A461B8
6#9F69AF
7#9A72A6
8#967B9E
9#918495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC5 #EBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC98 #DC98F1 | BordersInactive statesPlaceholder text |
| 400 | CA62 #CA62EA | Disabled statesSecondary iconsMuted text |
| 500 | BB35 #BB35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E1B #9E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D15 #7D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0F #5A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 390A #390A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2406 #24062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF2FD;
--orchid-100: #F4E0FB;
--orchid-200: #EBC5F7;
--orchid-300: #DC98F1;
--orchid-400: #CA62EA;
--orchid-500: #BB35E3;
--orchid-600: #9E1BC5;
--orchid-700: #7D159D;
--orchid-800: #5A0F70;
--orchid-900: #390A48;
--orchid-950: #24062D;
}