Sky Blue
#60C2EB
BlueColor Codes
All color formats for development
HEX
#60C2EBRGB
rgb(96, 194, 235)HSL
hsl(198, 78%, 65%)OKLCH
oklch(0.771 0.109 228)CMYK
cmyk(59%, 17%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43B6E8
2#25ABE4
3#1A98CF
4#1682B1
5#126D94
6#0F5776
7#0B4159
8#072B3B
9#04161E
Tints
Lighter variations
1#70C8ED
2#80CEEF
3#90D4F1
4#A0DAF3
5#B0E0F5
6#BFE6F7
7#CFEDF9
8#DFF3FB
9#EFF9FD
Tones
Muted variations
1#67BFE4
2#6EBCDD
3#75B9D6
4#7CB6D0
5#83B4C9
6#8AB1C2
7#91AEBB
8#98ABB4
9#9FA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E8 #C4E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D7 #97D7F2 | BordersInactive statesPlaceholder text |
| 400 | 60C2 #60C2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B0 #33B0E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1993 #1993C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1475 #14759F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E54 #0E5471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0936 #093649 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF3FB;
--sky-blue-200: #C4E8F8;
--sky-blue-300: #97D7F2;
--sky-blue-400: #60C2EB;
--sky-blue-500: #33B0E6;
--sky-blue-600: #1993C8;
--sky-blue-700: #14759F;
--sky-blue-800: #0E5471;
--sky-blue-900: #093649;
--sky-blue-950: #06212D;
}