Sky Blue
#79B2D2
BlueColor Codes
All color formats for development
HEX
#79B2D2RGB
rgb(121, 178, 210)HSL
hsl(202, 50%, 65%)OKLCH
oklch(0.736 0.075 233.8)CMYK
cmyk(42%, 15%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60A3CA
2#4795C2
3#3A83AE
4#327195
5#295E7C
6#214B63
7#19384B
8#112632
9#081319
Tints
Lighter variations
1#87B9D7
2#94C1DB
3#A1C9E0
4#AFD1E4
5#BCD8E9
6#C9E0ED
7#D7E8F2
8#E4F0F6
9#F2F7FB
Tones
Muted variations
1#7EB0CE
2#82AFC9
3#87AEC5
4#8BADC1
5#8FACBC
6#94ABB8
7#98A9B3
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 | CDE2 #CDE2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7CC #A7CCE2 | BordersInactive statesPlaceholder text |
| 400 | 79B2 #79B2D2 | Disabled statesSecondary iconsMuted text |
| 500 | 539C #539CC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 387F #387FA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D65 #2D6586 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2048 #204860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142E #142E3D | 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: #CDE2EE;
--sky-blue-300: #A7CCE2;
--sky-blue-400: #79B2D2;
--sky-blue-500: #539CC6;
--sky-blue-600: #387FA8;
--sky-blue-700: #2D6586;
--sky-blue-800: #204860;
--sky-blue-900: #142E3D;
--sky-blue-950: #0D1D26;
}