Sky Blue
#60E0EB
CyanColor Codes
All color formats for development
HEX
#60E0EBRGB
rgb(96, 224, 235)HSL
hsl(185, 78%, 65%)OKLCH
oklch(0.84 0.113 203.1)CMYK
cmyk(59%, 5%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43DAE8
2#25D4E4
3#1ABFCF
4#16A4B1
5#128994
6#0F6D76
7#0B5259
8#07373B
9#041B1E
Tints
Lighter variations
1#70E3ED
2#80E6EF
3#90E9F1
4#A0ECF3
5#B0EFF5
6#BFF3F7
7#CFF6F9
8#DFF9FB
9#EFFCFD
Tones
Muted variations
1#67DAE4
2#6ED4DD
3#75CED6
4#7CC9D0
5#83C3C9
6#8ABDC2
7#91B7BB
8#98B1B4
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EA #97EAF2 | BordersInactive statesPlaceholder text |
| 400 | 60E0 #60E0EB | Disabled statesSecondary iconsMuted text |
| 500 | 33D7 #33D7E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B9 #19B9C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1493 #14939F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E69 #0E6971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0943 #094349 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF9FB;
--sky-blue-200: #C4F3F8;
--sky-blue-300: #97EAF2;
--sky-blue-400: #60E0EB;
--sky-blue-500: #33D7E6;
--sky-blue-600: #19B9C8;
--sky-blue-700: #14939F;
--sky-blue-800: #0E6971;
--sky-blue-900: #094349;
--sky-blue-950: #062A2D;
}