Royal Blue
#2B6FEE
BlueColor Codes
All color formats for development
HEX
#2B6FEERGB
rgb(43, 111, 238)HSL
hsl(219, 85%, 55%)OKLCH
oklch(0.574 0.204 261.5)CMYK
cmyk(82%, 53%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#135EEA
2#1154D0
3#0F49B6
4#0D3F9C
5#0B3482
6#082A68
7#061F4E
8#041534
9#020A1A
Tints
Lighter variations
1#407DF0
2#558CF1
3#6A9AF3
4#80A9F5
5#95B7F6
6#AAC5F8
7#BFD4FA
8#D5E2FC
9#EAF1FD
Tones
Muted variations
1#3472E4
2#3E75DA
3#4878D1
4#527BC7
5#5B7EBD
6#6581B3
7#6F83AA
8#7986A0
9#828996
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D5 #C2D5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B5 #92B5F6 | BordersInactive statesPlaceholder text |
| 400 | 5A8F #5A8FF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B6F #2B6FEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1154 #1154D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D42 #0D42A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2F #0A2F76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061E #061E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0413 #04132F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DEE9FC;
--royal-blue-200: #C2D5FA;
--royal-blue-300: #92B5F6;
--royal-blue-400: #5A8FF2;
--royal-blue-500: #2B6FEE;
--royal-blue-600: #1154D0;
--royal-blue-700: #0D42A5;
--royal-blue-800: #0A2F76;
--royal-blue-900: #061E4B;
--royal-blue-950: #04132F;
}