Royal Blue
#1C68C4
BlueColor Codes
All color formats for development
HEX
#1C68C4RGB
rgb(28, 104, 196)HSL
hsl(213, 75%, 44%)OKLCH
oklch(0.524 0.161 256.2)CMYK
cmyk(86%, 47%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195DB1
2#16539D
3#144989
4#113E76
5#0E3462
6#0B2A4F
7#081F3B
8#061527
9#030A14
Tints
Lighter variations
1#2075DD
2#3784E2
3#5094E6
4#69A3EA
5#82B2ED
6#9BC2F1
7#B4D1F4
8#CDE0F8
9#E6F0FB
Tones
Muted variations
1#2469BC
2#2D69B4
3#356AAB
4#3E6BA3
5#466C9A
6#4F6D92
7#576E89
8#5F6F81
9#686F79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DB #C5DBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C0 #98C0F0 | BordersInactive statesPlaceholder text |
| 400 | 639F #639FE9 | Disabled statesSecondary iconsMuted text |
| 500 | 3684 #3684E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C68 #1C68C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1653 #16539C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 103B #103B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A26 #0A2647 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F7FD;
--royal-blue-100: #E0ECFB;
--royal-blue-200: #C5DBF7;
--royal-blue-300: #98C0F0;
--royal-blue-400: #639FE9;
--royal-blue-500: #3684E2;
--royal-blue-600: #1C68C4;
--royal-blue-700: #16539C;
--royal-blue-800: #103B70;
--royal-blue-900: #0A2647;
--royal-blue-950: #06182D;
}