Royal Blue
#0C6AD4
BlueColor Codes
All color formats for development
HEX
#0C6AD4RGB
rgb(12, 106, 212)HSL
hsl(212, 89%, 44%)OKLCH
oklch(0.538 0.181 256.6)CMYK
cmyk(94%, 50%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5FBF
2#0A54AA
3#094A94
4#073F7F
5#06356A
6#052A55
7#042040
8#02152A
9#010B15
Tints
Lighter variations
1#0E77EF
2#2786F2
3#4295F4
4#5DA4F6
5#78B3F7
6#93C2F9
7#AED2FA
8#C9E1FC
9#E4F0FD
Tones
Muted variations
1#166ACA
2#206BC0
3#2A6CB6
4#346CAC
5#3E6DA2
6#486E98
7#526E8E
8#5C6F84
9#66707A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DC #C0DCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C1 #90C1F9 | BordersInactive statesPlaceholder text |
| 400 | 56A0 #56A0F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2685 #2685F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C6A #0C6AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A54 #0A54A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 073C #073C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0426 #04264D | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FE;
--royal-blue-100: #DDECFD;
--royal-blue-200: #C0DCFB;
--royal-blue-300: #90C1F9;
--royal-blue-400: #56A0F5;
--royal-blue-500: #2685F2;
--royal-blue-600: #0C6AD4;
--royal-blue-700: #0A54A9;
--royal-blue-800: #073C78;
--royal-blue-900: #04264D;
--royal-blue-950: #031830;
}