Orchid
#BB2EEA
PinkColor Codes
All color formats for development
HEX
#BB2EEARGB
rgb(187, 46, 234)HSL
hsl(285, 82%, 55%)OKLCH
oklch(0.605 0.267 315.5)CMYK
cmyk(20%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B217E6
2#9E14CC
3#8A12B3
4#770F99
5#630D80
6#4F0A66
7#3B084D
8#280533
9#14031A
Tints
Lighter variations
1#C243EC
2#C958EE
3#D06DF1
4#D682F3
5#DD97F5
6#E4ABF7
7#EBC0F9
8#F1D5FB
9#F8EAFD
Tones
Muted variations
1#B738E1
2#B241D8
3#AD4ACE
4#A854C5
5#A45DBB
6#9F67B2
7#9A70A8
8#96799F
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 | DC94 #DC94F4 | BordersInactive statesPlaceholder text |
| 400 | CA5D #CA5DEF | Disabled statesSecondary iconsMuted text |
| 500 | BB2E #BB2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E14 #9E14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E10 #7E10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0B #5A0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A07 #3A074A | 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: #DC94F4;
--orchid-400: #CA5DEF;
--orchid-500: #BB2EEA;
--orchid-600: #9E14CC;
--orchid-700: #7E10A2;
--orchid-800: #5A0B74;
--orchid-900: #3A074A;
--orchid-950: #24052E;
}