Royal Blue
#0A6DD6
BlueColor Codes
All color formats for development
HEX
#0A6DD6RGB
rgb(10, 109, 214)HSL
hsl(211, 91%, 44%)OKLCH
oklch(0.546 0.181 255.9)CMYK
cmyk(95%, 49%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0962C1
2#0857AB
3#074C96
4#064181
5#05366B
6#042C56
7#032140
8#02162B
9#010B15
Tints
Lighter variations
1#0B7BF2
2#2589F5
3#4098F6
4#5BA7F7
5#77B5F9
6#92C4FA
7#ADD3FB
8#C8E2FC
9#E4F0FE
Tones
Muted variations
1#146DCC
2#1F6DC2
3#296EB8
4#336EAD
5#3D6EA3
6#476F99
7#526F8F
8#5C7085
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 | 8FC3 #8FC3FA | BordersInactive statesPlaceholder text |
| 400 | 55A3 #55A3F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2489 #2489F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A6D #0A6DD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0857 #0857AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063E #063E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0428 #04284E | Primary textHigh emphasis contentDark headings |
| 950 | 0219 #021931 | 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: #8FC3FA;
--royal-blue-400: #55A3F7;
--royal-blue-500: #2489F5;
--royal-blue-600: #0A6DD6;
--royal-blue-700: #0857AA;
--royal-blue-800: #063E7A;
--royal-blue-900: #04284E;
--royal-blue-950: #021931;
}