Sky Blue
#79B3D2
BlueColor Codes
All color formats for development
HEX
#79B3D2RGB
rgb(121, 179, 210)HSL
hsl(201, 50%, 65%)OKLCH
oklch(0.738 0.075 232.5)CMYK
cmyk(42%, 15%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60A5CA
2#4797C2
3#3A85AE
4#327295
5#295F7C
6#214C63
7#19394B
8#112632
9#081319
Tints
Lighter variations
1#87BBD7
2#94C2DB
3#A1CAE0
4#AFD1E4
5#BCD9E9
6#C9E1ED
7#D7E8F2
8#E4F0F6
9#F2F7FB
Tones
Muted variations
1#7EB2CE
2#82B0C9
3#87AFC5
4#8BAEC1
5#8FACBC
6#94ABB8
7#98AAB3
8#9DA8AF
9#A1A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE3 #CDE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7CD #A7CDE2 | BordersInactive statesPlaceholder text |
| 400 | 79B3 #79B3D2 | Disabled statesSecondary iconsMuted text |
| 500 | 539D #539DC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3881 #3881A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D67 #2D6786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2049 #204960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142F #142F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1D #0D1D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E4F0F6;
--sky-blue-200: #CDE3EE;
--sky-blue-300: #A7CDE2;
--sky-blue-400: #79B3D2;
--sky-blue-500: #539DC6;
--sky-blue-600: #3881A8;
--sky-blue-700: #2D6786;
--sky-blue-800: #204960;
--sky-blue-900: #142F3D;
--sky-blue-950: #0D1D26;
}