Royal Blue
#1965C8
BlueColor Codes
All color formats for development
HEX
#1965C8RGB
rgb(25, 101, 200)HSL
hsl(214, 78%, 44%)OKLCH
oklch(0.52 0.17 257.5)CMYK
cmyk(88%, 50%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165AB4
2#1450A0
3#11468C
4#0F3C78
5#0C3264
6#0A2850
7#071E3C
8#051428
9#020A14
Tints
Lighter variations
1#1C71E1
2#3481E6
3#4D91E9
4#66A0EC
5#80B0EF
6#99C0F2
7#B3D0F6
8#CCDFF9
9#E6EFFC
Tones
Muted variations
1#2166BF
2#2A67B6
3#3368AD
4#3C69A5
5#446A9C
6#4D6C93
7#566D8A
8#5F6E82
9#676F79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DA #C4DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BE #97BEF2 | BordersInactive statesPlaceholder text |
| 400 | 609C #609CEB | Disabled statesSecondary iconsMuted text |
| 500 | 3380 #3380E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1965 #1965C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1450 #14509F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E39 #0E3971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0925 #092549 | 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: #F1F7FD;
--royal-blue-100: #DFEBFB;
--royal-blue-200: #C4DAF8;
--royal-blue-300: #97BEF2;
--royal-blue-400: #609CEB;
--royal-blue-500: #3380E6;
--royal-blue-600: #1965C8;
--royal-blue-700: #14509F;
--royal-blue-800: #0E3971;
--royal-blue-900: #092549;
--royal-blue-950: #06172D;
}