Orchid
#BF33E6
PinkColor Codes
All color formats for development
HEX
#BF33E6RGB
rgb(191, 51, 230)HSL
hsl(287, 78%, 55%)OKLCH
oklch(0.611 0.261 317.5)CMYK
cmyk(17%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B61CE1
2#A219C8
3#8E16AF
4#791396
5#650F7D
6#510C64
7#3D094B
8#280632
9#140319
Tints
Lighter variations
1#C547E8
2#CC5CEB
3#D270ED
4#D984F0
5#DF99F2
6#E5ADF5
7#ECC2F7
8#F2D6FA
9#F9EBFC
Tones
Muted variations
1#BA3CDD
2#B545D4
3#B04ECB
4#AB57C2
5#A65FB9
6#A168B0
7#9B71A7
8#967A9E
9#918395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE97 #DE97F2 | BordersInactive statesPlaceholder text |
| 400 | CD60 #CD60EB | Disabled statesSecondary iconsMuted text |
| 500 | BF33 #BF33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A219 #A219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8114 #81149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0E #5C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F5DFFB;
--orchid-200: #EDC4F8;
--orchid-300: #DE97F2;
--orchid-400: #CD60EB;
--orchid-500: #BF33E6;
--orchid-600: #A219C8;
--orchid-700: #81149F;
--orchid-800: #5C0E71;
--orchid-900: #3B0949;
--orchid-950: #25062D;
}