Sky Blue
#60C6EB
BlueColor Codes
All color formats for development
HEX
#60C6EBRGB
rgb(96, 198, 235)HSL
hsl(196, 78%, 65%)OKLCH
oklch(0.78 0.108 224.6)CMYK
cmyk(59%, 16%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43BCE8
2#25B1E4
3#1A9ECF
4#1688B1
5#127194
6#0F5A76
7#0B4459
8#072D3B
9#04171E
Tints
Lighter variations
1#70CCED
2#80D2EF
3#90D7F1
4#A0DDF3
5#B0E3F5
6#BFE8F7
7#CFEEF9
8#DFF4FB
9#EFF9FD
Tones
Muted variations
1#67C3E4
2#6EC0DD
3#75BCD6
4#7CB9D0
5#83B6C9
6#8AB3C2
7#91AFBB
8#98ACB4
9#9FA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EA #C4EAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DA #97DAF2 | BordersInactive statesPlaceholder text |
| 400 | 60C6 #60C6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B6 #33B6E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1999 #1999C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 147A #147A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E57 #0E5771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0938 #093849 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF4FB;
--sky-blue-200: #C4EAF8;
--sky-blue-300: #97DAF2;
--sky-blue-400: #60C6EB;
--sky-blue-500: #33B6E6;
--sky-blue-600: #1999C8;
--sky-blue-700: #147A9F;
--sky-blue-800: #0E5771;
--sky-blue-900: #093849;
--sky-blue-950: #06232D;
}