Sky Blue
#60EBC6
GreenColor Codes
All color formats for development
HEX
#60EBC6RGB
rgb(96, 235, 198)HSL
hsl(164, 78%, 65%)OKLCH
oklch(0.854 0.132 172.6)CMYK
cmyk(59%, 0%, 16%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8BC
2#25E4B1
3#1ACF9E
4#16B188
5#129471
6#0F765A
7#0B5944
8#073B2D
9#041E17
Tints
Lighter variations
1#70EDCC
2#80EFD2
3#90F1D7
4#A0F3DD
5#B0F5E3
6#BFF7E8
7#CFF9EE
8#DFFBF4
9#EFFDF9
Tones
Muted variations
1#67E4C3
2#6EDDC0
3#75D6BC
4#7CD0B9
5#83C9B6
6#8AC2B3
7#91BBAF
8#98B4AC
9#9FADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094938 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF4;
--sky-blue-200: #C4F8EA;
--sky-blue-300: #97F2DA;
--sky-blue-400: #60EBC6;
--sky-blue-500: #33E6B6;
--sky-blue-600: #19C899;
--sky-blue-700: #149F7A;
--sky-blue-800: #0E7157;
--sky-blue-900: #094938;
--sky-blue-950: #062D23;
}