Orchid
#BA30E8
PinkColor Codes
All color formats for development
HEX
#BA30E8RGB
rgb(186, 48, 232)HSL
hsl(285, 80%, 55%)OKLCH
oklch(0.603 0.263 315.6)CMYK
cmyk(20%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B119E3
2#9D16CA
3#8914B1
4#761197
5#620E7E
6#4F0B65
7#3B084C
8#270632
9#140319
Tints
Lighter variations
1#C145EA
2#C85AED
3#CF6EEF
4#D683F1
5#DD98F4
6#E3ACF6
7#EAC1F8
8#F1D6FA
9#F8EAFD
Tones
Muted variations
1#B63ADF
2#B143D6
3#AC4CCD
4#A855C3
5#A35EBA
6#9F68B1
7#9A71A8
8#957A9F
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 | EBC3 #EBC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC95 #DC95F3 | BordersInactive statesPlaceholder text |
| 400 | C95E #C95EED | Disabled statesSecondary iconsMuted text |
| 500 | BA30 #BA30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D16 #9D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D12 #7D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 590D #590D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3908 #390849 | 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: #FAF1FD;
--orchid-100: #F4DFFB;
--orchid-200: #EBC3F8;
--orchid-300: #DC95F3;
--orchid-400: #C95EED;
--orchid-500: #BA30E8;
--orchid-600: #9D16CA;
--orchid-700: #7D12A1;
--orchid-800: #590D73;
--orchid-900: #390849;
--orchid-950: #24052E;
}