Sky Blue
#6CA0E0
BlueColor Codes
All color formats for development
HEX
#6CA0E0RGB
rgb(108, 160, 224)HSL
hsl(213, 65%, 65%)OKLCH
oklch(0.696 0.11 254.2)CMYK
cmyk(52%, 29%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#508EDA
2#357DD4
3#296CBF
4#235DA4
5#1D4D89
6#173E6D
7#112E52
8#0C1F37
9#060F1B
Tints
Lighter variations
1#7AA9E3
2#89B3E6
3#98BCE9
4#A7C6EC
5#B5CFEF
6#C4D9F3
7#D3E2F6
8#E2ECF9
9#F0F5FC
Tones
Muted variations
1#72A1DA
2#77A1D4
3#7DA2CE
4#83A2C9
5#89A3C3
6#8FA3BD
7#94A4B7
8#9AA5B1
9#A0A5AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DC #C8DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC1 #9EC1EA | BordersInactive statesPlaceholder text |
| 400 | 6CA0 #6CA0E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4285 #4285D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2769 #2769B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F53 #1F5393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163C #163C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E26 #0E2643 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FC;
--sky-blue-100: #E2ECF9;
--sky-blue-200: #C8DCF3;
--sky-blue-300: #9EC1EA;
--sky-blue-400: #6CA0E0;
--sky-blue-500: #4285D7;
--sky-blue-600: #2769B9;
--sky-blue-700: #1F5393;
--sky-blue-800: #163C69;
--sky-blue-900: #0E2643;
--sky-blue-950: #09182A;
}