Orchid
#B662EA
PurpleColor Codes
All color formats for development
HEX
#B662EARGB
rgb(182, 98, 234)HSL
hsl(277, 76%, 65%)OKLCH
oklch(0.651 0.205 310.4)CMYK
cmyk(22%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A845E6
2#9A28E2
3#891CCC
4#7518AF
5#621492
6#4E1075
7#3B0C58
8#27083A
9#14041D
Tints
Lighter variations
1#BD72EC
2#C481EE
3#CC91F0
4#D3A1F2
5#DAB0F4
6#E2C0F6
7#E9D0F9
8#F0E0FB
9#F8EFFD
Tones
Muted variations
1#B469E3
2#B26FDC
3#B176D5
4#AF7DCE
5#AE84C8
6#AC8BC1
7#AA91BA
8#A998B3
9#A79FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0E0 #F0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C5 #E4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF98 #CF98F1 | BordersInactive statesPlaceholder text |
| 400 | B662 #B662EA | Disabled statesSecondary iconsMuted text |
| 500 | A135 #A135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 841B #841BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6915 #69159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B0F #4B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 300A #300A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1E06 #1E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F2FD;
--orchid-100: #F0E0FB;
--orchid-200: #E4C5F7;
--orchid-300: #CF98F1;
--orchid-400: #B662EA;
--orchid-500: #A135E3;
--orchid-600: #841BC5;
--orchid-700: #69159D;
--orchid-800: #4B0F70;
--orchid-900: #300A48;
--orchid-950: #1E062D;
}