Royal Blue
#609CEB
BlueColor Codes
All color formats for development
HEX
#609CEBRGB
rgb(96, 156, 235)HSL
hsl(214, 78%, 65%)OKLCH
oklch(0.686 0.133 255.8)CMYK
cmyk(59%, 34%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#438AE8
2#2578E4
3#1A68CF
4#1659B1
5#124A94
6#0F3B76
7#0B2D59
8#071E3B
9#040F1E
Tints
Lighter variations
1#70A6ED
2#80B0EF
3#90BAF1
4#A0C4F3
5#B0CEF5
6#BFD8F7
7#CFE1F9
8#DFEBFB
9#EFF5FD
Tones
Muted variations
1#679DE4
2#6E9EDD
3#759FD6
4#7CA0D0
5#83A1C9
6#8AA2C2
7#91A3BB
8#98A4B4
9#9FA5AD
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;
}