Royal Blue
#3D2DEB
BlueColor Codes
All color formats for development
HEX
#3D2DEBRGB
rgb(61, 45, 235)HSL
hsl(245, 83%, 55%)OKLCH
oklch(0.474 0.263 273.5)CMYK
cmyk(74%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2715E7
2#2313CD
3#1E11B4
4#1A0E9A
5#160C80
6#110A67
7#0D074D
8#090533
9#04021A
Tints
Lighter variations
1#5042ED
2#6457EF
3#776CF1
4#8B81F3
5#9E96F5
6#B1ABF7
7#C5C0F9
8#D8D5FB
9#ECEAFD
Tones
Muted variations
1#4537E2
2#4D40D8
3#554ACF
4#5D53C5
5#655DBC
6#6D66B2
7#7470A9
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 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C2 #C7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C94 #9C94F5 | BordersInactive statesPlaceholder text |
| 400 | 685C #685CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 3D2D #3D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2313 #2313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C0F #1C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140B #140B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E1DEFC;
--royal-blue-200: #C7C2F9;
--royal-blue-300: #9C94F5;
--royal-blue-400: #685CF0;
--royal-blue-500: #3D2DEB;
--royal-blue-600: #2313CD;
--royal-blue-700: #1C0FA3;
--royal-blue-800: #140B75;
--royal-blue-900: #0D074B;
--royal-blue-950: #08042F;
}