Orchid
#B83ADF
PinkColor Codes
All color formats for development
HEX
#B83ADFRGB
rgb(184, 58, 223)HSL
hsl(286, 72%, 55%)OKLCH
oklch(0.602 0.246 316.8)CMYK
cmyk(17%, 74%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF23D9
2#9B1FC1
3#881BA9
4#741891
5#611479
6#4E1060
7#3A0C48
8#270830
9#130418
Tints
Lighter variations
1#BF4DE2
2#C661E5
3#CE75E9
4#D589EC
5#DC9CEF
6#E3B0F2
7#EAC4F5
8#F1D8F9
9#F8EBFC
Tones
Muted variations
1#B442D7
2#B04ACE
3#AB52C6
4#A75BBE
5#A263B6
6#9E6BAD
7#9973A5
8#957C9D
9#918495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC6 #EBC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB9A #DB9AEF | BordersInactive statesPlaceholder text |
| 400 | C865 #C865E6 | Disabled statesSecondary iconsMuted text |
| 500 | B83A #B83ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B1F #9B1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C19 #7C199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5812 #58126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 380B #380B46 | Primary textHigh emphasis contentDark headings |
| 950 | 2307 #23072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF2FD;
--orchid-100: #F4E0FA;
--orchid-200: #EBC6F6;
--orchid-300: #DB9AEF;
--orchid-400: #C865E6;
--orchid-500: #B83ADF;
--orchid-600: #9B1FC1;
--orchid-700: #7C199A;
--orchid-800: #58126E;
--orchid-900: #380B46;
--orchid-950: #23072C;
}