Sky Blue
#6B98E1
BlueColor Codes
All color formats for development
HEX
#6B98E1RGB
rgb(107, 152, 225)HSL
hsl(217, 66%, 65%)OKLCH
oklch(0.678 0.119 259.7)CMYK
cmyk(52%, 32%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F85DB
2#3472D5
3#2762C1
4#2254A5
5#1C468A
6#17386E
7#112A53
8#0B1C37
9#060E1C
Tints
Lighter variations
1#7AA2E4
2#88ADE7
3#97B7EA
4#A6C1ED
5#B5CCF0
6#C4D6F3
7#D3E0F6
8#E1EAF9
9#F0F5FC
Tones
Muted variations
1#7199DB
2#779BD5
3#7D9CCF
4#829EC9
5#889FC3
6#8EA0BD
7#94A2B7
8#9AA3B2
9#A0A4AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D9 #C8D9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBB #9EBBEB | BordersInactive statesPlaceholder text |
| 400 | 6B98 #6B98E1 | Disabled statesSecondary iconsMuted text |
| 500 | 417B #417BD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 265F #265FBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E4C #1E4C94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1636 #16366A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E23 #0E2344 | Primary textHigh emphasis contentDark headings |
| 950 | 0916 #09162A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F6FC;
--sky-blue-100: #E1EAF9;
--sky-blue-200: #C8D9F4;
--sky-blue-300: #9EBBEB;
--sky-blue-400: #6B98E1;
--sky-blue-500: #417BD8;
--sky-blue-600: #265FBA;
--sky-blue-700: #1E4C94;
--sky-blue-800: #16366A;
--sky-blue-900: #0E2344;
--sky-blue-950: #09162A;
}