Royal Blue
#3083E8
BlueColor Codes
All color formats for development
HEX
#3083E8RGB
rgb(48, 131, 232)HSL
hsl(213, 80%, 55%)OKLCH
oklch(0.613 0.172 255.6)CMYK
cmyk(79%, 44%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1974E3
2#1667CA
3#145AB1
4#114D97
5#0E417E
6#0B3465
7#08274C
8#061A32
9#030D19
Tints
Lighter variations
1#458FEA
2#5A9CED
3#6EA8EF
4#83B5F1
5#98C1F4
6#ACCDF6
7#C1DAF8
8#D6E6FA
9#EAF3FD
Tones
Muted variations
1#3A84DF
2#4385D6
3#4C86CD
4#5587C3
5#5E88BA
6#6889B1
7#7189A8
8#7A8A9F
9#838B95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DB #C3DBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C0 #95C0F3 | BordersInactive statesPlaceholder text |
| 400 | 5E9F #5E9FED | Disabled statesSecondary iconsMuted text |
| 500 | 3083 #3083E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1667 #1667CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1252 #1252A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3B #0D3B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0826 #082649 | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FD;
--royal-blue-100: #DFECFB;
--royal-blue-200: #C3DBF8;
--royal-blue-300: #95C0F3;
--royal-blue-400: #5E9FED;
--royal-blue-500: #3083E8;
--royal-blue-600: #1667CA;
--royal-blue-700: #1252A1;
--royal-blue-800: #0D3B73;
--royal-blue-900: #082649;
--royal-blue-950: #05172E;
}