Royal Blue
#1C65C4
BlueColor Codes
All color formats for development
HEX
#1C65C4RGB
rgb(28, 101, 196)HSL
hsl(214, 75%, 44%)OKLCH
oklch(0.518 0.164 257.2)CMYK
cmyk(86%, 48%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195BB1
2#16519D
3#144789
4#113D76
5#0E3262
6#0B284F
7#081E3B
8#061427
9#030A14
Tints
Lighter variations
1#2072DD
2#3781E2
3#5091E6
4#69A1EA
5#82B0ED
6#9BC0F1
7#B4D0F4
8#CDE0F8
9#E6EFFB
Tones
Muted variations
1#2466BC
2#2D67B4
3#3568AB
4#3E69A3
5#466B9A
6#4F6C92
7#576D89
8#5F6E81
9#686F79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DB #C5DBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BE #98BEF0 | BordersInactive statesPlaceholder text |
| 400 | 639D #639DE9 | Disabled statesSecondary iconsMuted text |
| 500 | 3681 #3681E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C65 #1C65C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1650 #16509C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1039 #103970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A25 #0A2547 | Primary textHigh emphasis contentDark headings |
| 950 | 0617 #06172D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F7FD;
--royal-blue-100: #E0EBFB;
--royal-blue-200: #C5DBF7;
--royal-blue-300: #98BEF0;
--royal-blue-400: #639DE9;
--royal-blue-500: #3681E2;
--royal-blue-600: #1C65C4;
--royal-blue-700: #16509C;
--royal-blue-800: #103970;
--royal-blue-900: #0A2547;
--royal-blue-950: #06172D;
}