Royal Blue
#3A81DF
BlueColor Codes
All color formats for development
HEX
#3A81DFRGB
rgb(58, 129, 223)HSL
hsl(214, 72%, 55%)OKLCH
oklch(0.606 0.16 256.6)CMYK
cmyk(74%, 42%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2372D9
2#1F65C1
3#1B59A9
4#184C91
5#143F79
6#103360
7#0C2648
8#081930
9#040D18
Tints
Lighter variations
1#4D8EE2
2#619AE5
3#75A7E9
4#89B4EC
5#9CC0EF
6#B0CDF2
7#C4D9F5
8#D8E6F9
9#EBF2FC
Tones
Muted variations
1#4282D7
2#4A83CE
3#5285C6
4#5B86BE
5#6387B6
6#6B88AD
7#7389A5
8#7C8A9D
9#848B95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DB #C6DBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABF #9ABFEF | BordersInactive statesPlaceholder text |
| 400 | 659D #659DE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A81 #3A81DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F65 #1F65C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1951 #19519A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 123A #123A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B25 #0B2546 | Primary textHigh emphasis contentDark headings |
| 950 | 0717 #07172C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F7FD;
--royal-blue-100: #E0EBFA;
--royal-blue-200: #C6DBF6;
--royal-blue-300: #9ABFEF;
--royal-blue-400: #659DE6;
--royal-blue-500: #3A81DF;
--royal-blue-600: #1F65C1;
--royal-blue-700: #19519A;
--royal-blue-800: #123A6E;
--royal-blue-900: #0B2546;
--royal-blue-950: #07172C;
}