Royal Blue
#3B59DE
BlueColor Codes
All color formats for development
HEX
#3B59DERGB
rgb(59, 89, 222)HSL
hsl(229, 71%, 55%)OKLCH
oklch(0.524 0.205 268.5)CMYK
cmyk(73%, 60%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2545D8
2#213EC0
3#1C36A8
4#182E90
5#142778
6#101F60
7#0C1748
8#080F30
9#040818
Tints
Lighter variations
1#4E69E1
2#627AE4
3#768BE8
4#899BEB
5#9DACEE
6#B1BCF2
7#C4CDF5
8#D8DEF8
9#EBEEFC
Tones
Muted variations
1#435ED6
2#4B63CD
3#5368C5
4#5B6DBD
5#6472B5
6#6C78AD
7#747DA5
8#7C829D
9#848794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CF #C6CFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAA #9BAAEE | BordersInactive statesPlaceholder text |
| 400 | 667E #667EE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B59 #3B59DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 213E #213EC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A31 #1A3199 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1223 #12236D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C16 #0C1646 | Primary textHigh emphasis contentDark headings |
| 950 | 070E #070E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E0E5FA;
--royal-blue-200: #C6CFF5;
--royal-blue-300: #9BAAEE;
--royal-blue-400: #667EE5;
--royal-blue-500: #3B59DE;
--royal-blue-600: #213EC0;
--royal-blue-700: #1A3199;
--royal-blue-800: #12236D;
--royal-blue-900: #0C1646;
--royal-blue-950: #070E2C;
}