Royal Blue
#0B6DD5
BlueColor Codes
All color formats for development
HEX
#0B6DD5RGB
rgb(11, 109, 213)HSL
hsl(211, 90%, 44%)OKLCH
oklch(0.545 0.179 255.8)CMYK
cmyk(95%, 49%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A62C0
2#0957AB
3#084C95
4#074180
5#06366B
6#042C55
7#032140
8#02162B
9#010B15
Tints
Lighter variations
1#0D7BF0
2#2689F4
3#4198F5
4#5CA7F6
5#77B5F8
6#92C4F9
7#AED3FB
8#C9E2FC
9#E4F0FE
Tones
Muted variations
1#156DCB
2#1F6EC1
3#2A6EB7
4#346EAD
5#3E6FA3
6#486F99
7#526F8E
8#5C7084
9#66707A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DD #C0DDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C3 #90C3F9 | BordersInactive statesPlaceholder text |
| 400 | 55A3 #55A3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2589 #2589F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B6D #0B6DD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0957 #0957AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063E #063E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0428 #04284E | Primary textHigh emphasis contentDark headings |
| 950 | 0319 #031930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F7FE;
--royal-blue-100: #DDEDFD;
--royal-blue-200: #C0DDFC;
--royal-blue-300: #90C3F9;
--royal-blue-400: #55A3F6;
--royal-blue-500: #2589F4;
--royal-blue-600: #0B6DD5;
--royal-blue-700: #0957AA;
--royal-blue-800: #063E79;
--royal-blue-900: #04284E;
--royal-blue-950: #031930;
}