Sky Blue
#6C9CE0
BlueColor Codes
All color formats for development
HEX
#6C9CE0RGB
rgb(108, 156, 224)HSL
hsl(215, 65%, 65%)OKLCH
oklch(0.687 0.114 257.2)CMYK
cmyk(52%, 30%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#508ADA
2#3577D4
3#2967BF
4#2359A4
5#1D4A89
6#173B6D
7#112C52
8#0C1E37
9#060F1B
Tints
Lighter variations
1#7AA6E3
2#89B0E6
3#98BAE9
4#A7C4EC
5#B5CEEF
6#C4D7F3
7#D3E1F6
8#E2EBF9
9#F0F5FC
Tones
Muted variations
1#729DDA
2#779ED4
3#7D9FCE
4#83A0C9
5#89A1C3
6#8FA2BD
7#94A3B7
8#9AA4B1
9#A0A5AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DA #C8DAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBE #9EBEEA | BordersInactive statesPlaceholder text |
| 400 | 6C9C #6C9CE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4280 #4280D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2764 #2764B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F50 #1F5093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1639 #163969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E24 #0E2443 | Primary textHigh emphasis contentDark headings |
| 950 | 0917 #09172A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FC;
--sky-blue-100: #E2EBF9;
--sky-blue-200: #C8DAF3;
--sky-blue-300: #9EBEEA;
--sky-blue-400: #6C9CE0;
--sky-blue-500: #4280D7;
--sky-blue-600: #2764B9;
--sky-blue-700: #1F5093;
--sky-blue-800: #163969;
--sky-blue-900: #0E2443;
--sky-blue-950: #09172A;
}