Sky Blue
#79AAD2
BlueColor Codes
All color formats for development
HEX
#79AAD2RGB
rgb(121, 170, 210)HSL
hsl(207, 50%, 65%)OKLCH
oklch(0.718 0.079 243.8)CMYK
cmyk(42%, 19%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#609ACA
2#478BC2
3#3A7AAE
4#326895
5#29577C
6#214663
7#19344B
8#112332
9#081119
Tints
Lighter variations
1#87B3D7
2#94BBDB
3#A1C4E0
4#AFCCE4
5#BCD5E9
6#C9DDED
7#D7E6F2
8#E4EEF6
9#F2F7FB
Tones
Muted variations
1#7EAACE
2#82A9C9
3#87A9C5
4#8BA8C1
5#8FA8BC
6#94A8B8
7#98A7B3
8#9DA7AF
9#A1A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE0 #CDE0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C7 #A7C7E2 | BordersInactive statesPlaceholder text |
| 400 | 79AA #79AAD2 | Disabled statesSecondary iconsMuted text |
| 500 | 5392 #5392C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3876 #3876A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D5E #2D5E86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2043 #204360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142B #142B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E4EEF6;
--sky-blue-200: #CDE0EE;
--sky-blue-300: #A7C7E2;
--sky-blue-400: #79AAD2;
--sky-blue-500: #5392C6;
--sky-blue-600: #3876A8;
--sky-blue-700: #2D5E86;
--sky-blue-800: #204360;
--sky-blue-900: #142B3D;
--sky-blue-950: #0D1B26;
}