Royal Blue
#682BEE
PurpleColor Codes
All color formats for development
HEX
#682BEERGB
rgb(104, 43, 238)HSL
hsl(259, 85%, 55%)OKLCH
oklch(0.508 0.26 287)CMYK
cmyk(56%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5713EA
2#4D11D0
3#440FB6
4#3A0D9C
5#300B82
6#270868
7#1D064E
8#130434
9#0A021A
Tints
Lighter variations
1#7840F0
2#8755F1
3#966AF3
4#A580F5
5#B495F6
6#C3AAF8
7#D2BFFA
8#E1D5FC
9#F0EAFD
Tones
Muted variations
1#6C34E4
2#703EDA
3#7348D1
4#7752C7
5#7A5BBD
6#7E65B3
7#826FAA
8#8579A0
9#898296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C2 #D4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B292 #B292F6 | BordersInactive statesPlaceholder text |
| 400 | 8A5A #8A5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 682B #682BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D11 #4D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D0D #3D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0A #2C0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C06 #1C064B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E8DEFC;
--royal-blue-200: #D4C2FA;
--royal-blue-300: #B292F6;
--royal-blue-400: #8A5AF2;
--royal-blue-500: #682BEE;
--royal-blue-600: #4D11D0;
--royal-blue-700: #3D0DA5;
--royal-blue-800: #2C0A76;
--royal-blue-900: #1C064B;
--royal-blue-950: #12042F;
}