Orchid
#B835E3
PinkColor Codes
All color formats for development
HEX
#B835E3RGB
rgb(184, 53, 227)HSL
hsl(285, 76%, 55%)OKLCH
oklch(0.601 0.254 316)CMYK
cmyk(19%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE1EDE
2#9B1BC5
3#8718AD
4#741494
5#61117B
6#4D0D63
7#3A0A4A
8#270731
9#130319
Tints
Lighter variations
1#BF49E6
2#C65DE9
3#CD72EC
4#D486EE
5#DB9AF1
6#E3AEF4
7#EAC2F7
8#F1D7F9
9#F8EBFC
Tones
Muted variations
1#B33EDB
2#AF46D2
3#AB4FC9
4#A658C1
5#A261B8
6#9E69AF
7#9972A6
8#957B9E
9#918495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC5 #EAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB98 #DB98F1 | BordersInactive statesPlaceholder text |
| 400 | C862 #C862EA | Disabled statesSecondary iconsMuted text |
| 500 | B835 #B835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B1B #9B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B15 #7B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580F #580F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 380A #380A48 | 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: #FAF2FD;
--orchid-100: #F4E0FB;
--orchid-200: #EAC5F7;
--orchid-300: #DB98F1;
--orchid-400: #C862EA;
--orchid-500: #B835E3;
--orchid-600: #9B1BC5;
--orchid-700: #7B159D;
--orchid-800: #580F70;
--orchid-900: #380A48;
--orchid-950: #23062D;
}