Orchid
#B25CF0
PurpleColor Codes
All color formats for development
HEX
#B25CF0RGB
rgb(178, 92, 240)HSL
hsl(275, 83%, 65%)OKLCH
oklch(0.642 0.219 308.2)CMYK
cmyk(26%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A43DED
2#961FEA
3#8414D4
4#7111B6
5#5E0E98
6#4B0B79
7#39085B
8#26063D
9#13031E
Tints
Lighter variations
1#BA6CF1
2#C17CF3
3#C98DF4
4#D19DF6
5#D9ADF7
6#E0BEF9
7#E8CEFA
8#F0DEFC
9#F7EFFD
Tones
Muted variations
1#B163E8
2#B06AE1
3#AE72DA
4#AD79D2
5#AC81CB
6#AB88C3
7#A990BC
8#A897B5
9#A79EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DE #F0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C2 #E2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC94 #CC94F5 | BordersInactive statesPlaceholder text |
| 400 | B25C #B25CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 9C2D #9C2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8013 #8013CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 660F #660FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 490B #490B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E07 #2E074B | Primary textHigh emphasis contentDark headings |
| 950 | 1D04 #1D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #F0DEFC;
--orchid-200: #E2C2F9;
--orchid-300: #CC94F5;
--orchid-400: #B25CF0;
--orchid-500: #9C2DEB;
--orchid-600: #8013CD;
--orchid-700: #660FA3;
--orchid-800: #490B75;
--orchid-900: #2E074B;
--orchid-950: #1D042F;
}