Sky Blue
#60C4EB
BlueColor Codes
All color formats for development
HEX
#60C4EBRGB
rgb(96, 196, 235)HSL
hsl(197, 78%, 65%)OKLCH
oklch(0.775 0.108 226.3)CMYK
cmyk(59%, 17%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43B9E8
2#25AEE4
3#1A9BCF
4#1685B1
5#126F94
6#0F5976
7#0B4359
8#072C3B
9#04161E
Tints
Lighter variations
1#70CAED
2#80D0EF
3#90D6F1
4#A0DCF3
5#B0E1F5
6#BFE7F7
7#CFEDF9
8#DFF3FB
9#EFF9FD
Tones
Muted variations
1#67C1E4
2#6EBEDD
3#75BBD6
4#7CB8D0
5#83B5C9
6#8AB2C2
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 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E9 #C4E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D8 #97D8F2 | BordersInactive statesPlaceholder text |
| 400 | 60C4 #60C4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B3 #33B3E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1996 #1996C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1477 #14779F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E55 #0E5571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0937 #093749 | Primary textHigh emphasis contentDark headings |
| 950 | 0622 #06222D | 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: #C4E9F8;
--sky-blue-300: #97D8F2;
--sky-blue-400: #60C4EB;
--sky-blue-500: #33B3E6;
--sky-blue-600: #1996C8;
--sky-blue-700: #14779F;
--sky-blue-800: #0E5571;
--sky-blue-900: #093749;
--sky-blue-950: #06222D;
}