Royal Blue
#3A2DEB
BlueColor Codes
All color formats for development
HEX
#3A2DEBRGB
rgb(58, 45, 235)HSL
hsl(244, 83%, 55%)OKLCH
oklch(0.472 0.264 272.7)CMYK
cmyk(75%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2315E7
2#1F13CD
3#1C11B4
4#180E9A
5#140C80
6#100A67
7#0C074D
8#080533
9#04021A
Tints
Lighter variations
1#4D42ED
2#6157EF
3#756CF1
4#8981F3
5#9C96F5
6#B0ABF7
7#C4C0F9
8#D8D5FB
9#EBEAFD
Tones
Muted variations
1#4237E2
2#4A40D8
3#524ACF
4#5B53C5
5#635DBC
6#6B66B2
7#7370A9
8#7C799F
9#848396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C2 #C6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A94 #9A94F5 | BordersInactive statesPlaceholder text |
| 400 | 665C #665CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 3A2D #3A2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F13 #1F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 190F #190FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120B #120B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B07 #0B074B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DEFC;
--royal-blue-200: #C6C2F9;
--royal-blue-300: #9A94F5;
--royal-blue-400: #665CF0;
--royal-blue-500: #3A2DEB;
--royal-blue-600: #1F13CD;
--royal-blue-700: #190FA3;
--royal-blue-800: #120B75;
--royal-blue-900: #0B074B;
--royal-blue-950: #07042F;
}