Royal Blue
#6083EB
BlueColor Codes
All color formats for development
HEX
#6083EBRGB
rgb(96, 131, 235)HSL
hsl(225, 78%, 65%)OKLCH
oklch(0.634 0.161 267.7)CMYK
cmyk(59%, 44%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#436CE8
2#2555E4
3#1A47CF
4#163DB1
5#123394
6#0F2876
7#0B1E59
8#07143B
9#040A1E
Tints
Lighter variations
1#708FED
2#809CEF
3#90A8F1
4#A0B5F3
5#B0C1F5
6#BFCDF7
7#CFDAF9
8#DFE6FB
9#EFF3FD
Tones
Muted variations
1#6786E4
2#6E8ADD
3#758DD6
4#7C91D0
5#8394C9
6#8A98C2
7#919BBB
8#989FB4
9#9FA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D1 #C4D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AD #97ADF2 | BordersInactive statesPlaceholder text |
| 400 | 6083 #6083EB | Disabled statesSecondary iconsMuted text |
| 500 | 335F #335FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1944 #1944C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1436 #14369F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E27 #0E2771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0919 #091949 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE6FB;
--royal-blue-200: #C4D1F8;
--royal-blue-300: #97ADF2;
--royal-blue-400: #6083EB;
--royal-blue-500: #335FE6;
--royal-blue-600: #1944C8;
--royal-blue-700: #14369F;
--royal-blue-800: #0E2771;
--royal-blue-900: #091949;
--royal-blue-950: #06102D;
}