Sky Blue
#60EBE0
CyanColor Codes
All color formats for development
HEX
#60EBE0RGB
rgb(96, 235, 224)HSL
hsl(175, 78%, 65%)OKLCH
oklch(0.861 0.121 187.9)CMYK
cmyk(59%, 0%, 5%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8DA
2#25E4D4
3#1ACFBF
4#16B1A4
5#129489
6#0F766D
7#0B5952
8#073B37
9#041E1B
Tints
Lighter variations
1#70EDE3
2#80EFE6
3#90F1E9
4#A0F3EC
5#B0F5EF
6#BFF7F3
7#CFF9F6
8#DFFBF9
9#EFFDFC
Tones
Muted variations
1#67E4DA
2#6EDDD4
3#75D6CE
4#7CD0C9
5#83C9C3
6#8AC2BD
7#91BBB7
8#98B4B1
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE0 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094943 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF9;
--sky-blue-200: #C4F8F3;
--sky-blue-300: #97F2EA;
--sky-blue-400: #60EBE0;
--sky-blue-500: #33E6D7;
--sky-blue-600: #19C8B9;
--sky-blue-700: #149F93;
--sky-blue-800: #0E7169;
--sky-blue-900: #094943;
--sky-blue-950: #062D2A;
}