Sky Blue
#60EBC4
GreenColor Codes
All color formats for development
HEX
#60EBC4RGB
rgb(96, 235, 196)HSL
hsl(163, 78%, 65%)OKLCH
oklch(0.853 0.134 171.5)CMYK
cmyk(59%, 0%, 17%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8B9
2#25E4AE
3#1ACF9B
4#16B185
5#12946F
6#0F7659
7#0B5943
8#073B2C
9#041E16
Tints
Lighter variations
1#70EDCA
2#80EFD0
3#90F1D6
4#A0F3DC
5#B0F5E1
6#BFF7E7
7#CFF9ED
8#DFFBF3
9#EFFDF9
Tones
Muted variations
1#67E4C1
2#6EDDBE
3#75D6BB
4#7CD0B8
5#83C9B5
6#8AC2B2
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 #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D8 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C896 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094937 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF3;
--sky-blue-200: #C4F8E9;
--sky-blue-300: #97F2D8;
--sky-blue-400: #60EBC4;
--sky-blue-500: #33E6B3;
--sky-blue-600: #19C896;
--sky-blue-700: #149F77;
--sky-blue-800: #0E7155;
--sky-blue-900: #094937;
--sky-blue-950: #062D22;
}