Orchid
#BC5CF0
PurpleColor Codes
All color formats for development
HEX
#BC5CF0RGB
rgb(188, 92, 240)HSL
hsl(279, 83%, 65%)OKLCH
oklch(0.654 0.222 311.7)CMYK
cmyk(22%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B03DED
2#A31FEA
3#9114D4
4#7C11B6
5#680E98
6#530B79
7#3E085B
8#29063D
9#15031E
Tints
Lighter variations
1#C36CF1
2#C97CF3
3#D08DF4
4#D79DF6
5#DDADF7
6#E4BEF9
7#EBCEFA
8#F2DEFC
9#F8EFFD
Tones
Muted variations
1#BA63E8
2#B86AE1
3#B572DA
4#B379D2
5#B181CB
6#AF88C3
7#AC90BC
8#AA97B5
9#A89EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DE #F2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C2 #E6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D394 #D394F5 | BordersInactive statesPlaceholder text |
| 400 | BC5C #BC5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | A92D #A92DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C13 #8C13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F0F #6F0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500B #500B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3307 #33074B | Primary textHigh emphasis contentDark headings |
| 950 | 2004 #20042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F2DEFC;
--orchid-200: #E6C2F9;
--orchid-300: #D394F5;
--orchid-400: #BC5CF0;
--orchid-500: #A92DEB;
--orchid-600: #8C13CD;
--orchid-700: #6F0FA3;
--orchid-800: #500B75;
--orchid-900: #33074B;
--orchid-950: #20042F;
}