Royal Blue
#2061F8
BlueColor Codes
All color formats for development
HEX
#2061F8RGB
rgb(32, 97, 248)HSL
hsl(222, 94%, 55%)OKLCH
oklch(0.552 0.235 263.2)CMYK
cmyk(87%, 61%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084FF5
2#0746DA
3#063DBE
4#0535A3
5#042C88
6#03236D
7#031A52
8#021236
9#01091B
Tints
Lighter variations
1#3771F9
2#4D81F9
3#6390FA
4#79A0FB
5#90B0FC
6#A6C0FC
7#BCD0FD
8#D2DFFE
9#E9EFFE
Tones
Muted variations
1#2B65ED
2#366AE3
3#416ED8
4#4C72CD
5#5677C2
6#617BB7
7#6C7FAD
8#7784A2
9#818897
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD1 #BFD1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAE #8DAEFB | BordersInactive statesPlaceholder text |
| 400 | 5284 #5284FA | Disabled statesSecondary iconsMuted text |
| 500 | 2061 #2061F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0746 #0746DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0538 #0538AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0428 #04287C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0219 #02194F | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE6FE;
--royal-blue-200: #BFD1FD;
--royal-blue-300: #8DAEFB;
--royal-blue-400: #5284FA;
--royal-blue-500: #2061F8;
--royal-blue-600: #0746DA;
--royal-blue-700: #0538AD;
--royal-blue-800: #04287C;
--royal-blue-900: #02194F;
--royal-blue-950: #021031;
}