Royal Blue
#5B99F1
BlueColor Codes
All color formats for development
HEX
#5B99F1RGB
rgb(91, 153, 241)HSL
hsl(215, 84%, 65%)OKLCH
oklch(0.681 0.146 257.3)CMYK
cmyk(62%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C86EE
2#1E73EB
3#1364D5
4#1056B7
5#0D4798
6#0B397A
7#082B5B
8#051D3D
9#030E1E
Tints
Lighter variations
1#6BA3F2
2#7CAEF4
3#8CB8F5
4#9CC2F6
5#ADCCF8
6#BDD6F9
7#CEE0FB
8#DEEBFC
9#EFF5FE
Tones
Muted variations
1#629BE9
2#6A9CE2
3#719DDA
4#799ED3
5#80A0CB
6#88A1C4
7#8FA2BC
8#97A3B5
9#9EA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93BC #93BCF6 | BordersInactive statesPlaceholder text |
| 400 | 5B99 #5B99F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C7C #2C7CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1260 #1260CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E4D #0E4DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A37 #0A3775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0723 #07234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FE;
--royal-blue-100: #DEEBFC;
--royal-blue-200: #C2D9FA;
--royal-blue-300: #93BCF6;
--royal-blue-400: #5B99F1;
--royal-blue-500: #2C7CED;
--royal-blue-600: #1260CE;
--royal-blue-700: #0E4DA4;
--royal-blue-800: #0A3775;
--royal-blue-900: #07234B;
--royal-blue-950: #04162F;
}