Royal Blue
#6081EB
BlueColor Codes
All color formats for development
HEX
#6081EBRGB
rgb(96, 129, 235)HSL
hsl(226, 78%, 65%)OKLCH
oklch(0.63 0.163 268.4)CMYK
cmyk(59%, 45%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4369E8
2#2552E4
3#1A44CF
4#163AB1
5#123094
6#0F2776
7#0B1D59
8#07133B
9#040A1E
Tints
Lighter variations
1#708DED
2#809AEF
3#90A7F1
4#A0B3F3
5#B0C0F5
6#BFCCF7
7#CFD9F9
8#DFE6FB
9#EFF2FD
Tones
Muted variations
1#6784E4
2#6E88DD
3#758CD6
4#7C8FD0
5#8393C9
6#8A97C2
7#919BBB
8#989EB4
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 | C4D0 #C4D0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AC #97ACF2 | BordersInactive statesPlaceholder text |
| 400 | 6081 #6081EB | Disabled statesSecondary iconsMuted text |
| 500 | 335D #335DE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1942 #1942C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1434 #14349F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E25 #0E2571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0918 #091849 | Primary textHigh emphasis contentDark headings |
| 950 | 060F #060F2D | 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: #C4D0F8;
--royal-blue-300: #97ACF2;
--royal-blue-400: #6081EB;
--royal-blue-500: #335DE6;
--royal-blue-600: #1942C8;
--royal-blue-700: #14349F;
--royal-blue-800: #0E2571;
--royal-blue-900: #091849;
--royal-blue-950: #060F2D;
}