Orchid
#B933E6
PinkColor Codes
All color formats for development
HEX
#B933E6RGB
rgb(185, 51, 230)HSL
hsl(285, 78%, 55%)OKLCH
oklch(0.603 0.259 315.7)CMYK
cmyk(20%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF1CE1
2#9C19C8
3#8816AF
4#751396
5#610F7D
6#4E0C64
7#3A094B
8#270632
9#130319
Tints
Lighter variations
1#C047E8
2#C75CEB
3#CE70ED
4#D584F0
5#DC99F2
6#E3ADF5
7#EAC2F7
8#F1D6FA
9#F8EBFC
Tones
Muted variations
1#B53CDD
2#B045D4
3#AC4ECB
4#A757C2
5#A35FB9
6#9E68B0
7#9A71A7
8#957A9E
9#918395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC4 #EBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB97 #DB97F2 | BordersInactive statesPlaceholder text |
| 400 | C960 #C960EB | Disabled statesSecondary iconsMuted text |
| 500 | B933 #B933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C19 #9C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C14 #7C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 590E #590E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3909 #390949 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F4DFFB;
--orchid-200: #EBC4F8;
--orchid-300: #DB97F2;
--orchid-400: #C960EB;
--orchid-500: #B933E6;
--orchid-600: #9C19C8;
--orchid-700: #7C149F;
--orchid-800: #590E71;
--orchid-900: #390949;
--orchid-950: #23062D;
}