Royal Blue
#609AEB
BlueColor Codes
All color formats for development
HEX
#609AEBRGB
rgb(96, 154, 235)HSL
hsl(215, 78%, 65%)OKLCH
oklch(0.682 0.135 257)CMYK
cmyk(59%, 34%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4387E8
2#2575E4
3#1A65CF
4#1657B1
5#124894
6#0F3A76
7#0B2B59
8#071D3B
9#040E1E
Tints
Lighter variations
1#70A4ED
2#80AEEF
3#90B8F1
4#A0C2F3
5#B0CDF5
6#BFD7F7
7#CFE1F9
8#DFEBFB
9#EFF5FD
Tones
Muted variations
1#679BE4
2#6E9CDD
3#759ED6
4#7C9FD0
5#83A0C9
6#8AA1C2
7#91A2BB
8#98A3B4
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DA #C4DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BD #97BDF2 | BordersInactive statesPlaceholder text |
| 400 | 609A #609AEB | Disabled statesSecondary iconsMuted text |
| 500 | 337D #337DE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1962 #1962C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 144E #144E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E37 #0E3771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0923 #092349 | Primary textHigh emphasis contentDark headings |
| 950 | 0616 #06162D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FD;
--royal-blue-100: #DFEBFB;
--royal-blue-200: #C4DAF8;
--royal-blue-300: #97BDF2;
--royal-blue-400: #609AEB;
--royal-blue-500: #337DE6;
--royal-blue-600: #1962C8;
--royal-blue-700: #144E9F;
--royal-blue-800: #0E3771;
--royal-blue-900: #092349;
--royal-blue-950: #06162D;
}