Sky Blue
#60E4EB
CyanColor Codes
All color formats for development
HEX
#60E4EBRGB
rgb(96, 228, 235)HSL
hsl(183, 78%, 65%)OKLCH
oklch(0.849 0.115 200.1)CMYK
cmyk(59%, 3%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43DFE8
2#25DBE4
3#1AC5CF
4#16A9B1
5#128D94
6#0F7176
7#0B5559
8#07383B
9#041C1E
Tints
Lighter variations
1#70E7ED
2#80EAEF
3#90ECF1
4#A0EFF3
5#B0F2F5
6#BFF4F7
7#CFF7F9
8#DFFAFB
9#EFFCFD
Tones
Muted variations
1#67DEE4
2#6ED8DD
3#75D2D6
4#7CCBD0
5#83C5C9
6#8ABFC2
7#91B9BB
8#98B2B4
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F5 #C4F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EE #97EEF2 | BordersInactive statesPlaceholder text |
| 400 | 60E4 #60E4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33DD #33DDE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19BF #19BFC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1498 #14989F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6D #0E6D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0945 #094549 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFAFB;
--sky-blue-200: #C4F5F8;
--sky-blue-300: #97EEF2;
--sky-blue-400: #60E4EB;
--sky-blue-500: #33DDE6;
--sky-blue-600: #19BFC8;
--sky-blue-700: #14989F;
--sky-blue-800: #0E6D71;
--sky-blue-900: #094549;
--sky-blue-950: #062B2D;
}