Sky Blue
#6A9CE2
BlueColor Codes
All color formats for development
HEX
#6A9CE2RGB
rgb(106, 156, 226)HSL
hsl(215, 67%, 65%)OKLCH
oklch(0.687 0.117 256.9)CMYK
cmyk(53%, 31%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E89DC
2#3377D7
3#2667C2
4#2158A6
5#1B4A8A
6#163B6F
7#102C53
8#0B1D37
9#050F1C
Tints
Lighter variations
1#79A6E4
2#88B0E7
3#97BAEA
4#A6C3ED
5#B4CDF0
6#C3D7F3
7#D2E1F6
8#E1EBF9
9#F0F5FC
Tones
Muted variations
1#709DDC
2#769ED6
3#7C9FD0
4#82A0CA
5#88A1C4
6#8EA2BE
7#94A3B8
8#9AA4B2
9#A0A5AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EB #E1EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DA #C8DAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DBE #9DBEEC | BordersInactive statesPlaceholder text |
| 400 | 6A9C #6A9CE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F7F #3F7FD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2564 #2564BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D4F #1D4F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1539 #15396A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D24 #0D2444 | Primary textHigh emphasis contentDark headings |
| 950 | 0817 #08172B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F6FC;
--sky-blue-100: #E1EBF9;
--sky-blue-200: #C8DAF4;
--sky-blue-300: #9DBEEC;
--sky-blue-400: #6A9CE2;
--sky-blue-500: #3F7FD9;
--sky-blue-600: #2564BB;
--sky-blue-700: #1D4F95;
--sky-blue-800: #15396A;
--sky-blue-900: #0D2444;
--sky-blue-950: #08172B;
}