Sky Blue
#60EBE2
CyanColor Codes
All color formats for development
HEX
#60EBE2RGB
rgb(96, 235, 226)HSL
hsl(176, 78%, 65%)OKLCH
oklch(0.862 0.121 189.2)CMYK
cmyk(59%, 0%, 4%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8DD
2#25E4D7
3#1ACFC2
4#16B1A7
5#12948B
6#0F766F
7#0B5953
8#073B38
9#041E1C
Tints
Lighter variations
1#70EDE5
2#80EFE8
3#90F1EB
4#A0F3EE
5#B0F5F1
6#BFF7F3
7#CFF9F6
8#DFFBF9
9#EFFDFC
Tones
Muted variations
1#67E4DC
2#6EDDD6
3#75D6D0
4#7CD0CA
5#83C9C4
6#8AC2BE
7#91BBB8
8#98B4B2
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094944 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBF9;
--sky-blue-200: #C4F8F4;
--sky-blue-300: #97F2EC;
--sky-blue-400: #60EBE2;
--sky-blue-500: #33E6DA;
--sky-blue-600: #19C8BC;
--sky-blue-700: #149F96;
--sky-blue-800: #0E716B;
--sky-blue-900: #094944;
--sky-blue-950: #062D2B;
}