Sky Blue
#60EBC9
CyanColor Codes
All color formats for development
HEX
#60EBC9RGB
rgb(96, 235, 201)HSL
hsl(165, 78%, 65%)OKLCH
oklch(0.855 0.131 174.2)CMYK
cmyk(59%, 0%, 14%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8BE
2#25E4B4
3#1ACFA1
4#16B18A
5#129473
6#0F765C
7#0B5945
8#073B2E
9#041E17
Tints
Lighter variations
1#70EDCE
2#80EFD3
3#90F1D9
4#A0F3DE
5#B0F5E4
6#BFF7E9
7#CFF9EF
8#DFFBF4
9#EFFDFA
Tones
Muted variations
1#67E4C5
2#6EDDC2
3#75D6BE
4#7CD0BB
5#83C9B7
6#8AC2B4
7#91BBB0
8#98B4AD
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 #C4F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DB | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C89C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094939 | 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: #C4F8EB;
--sky-blue-300: #97F2DB;
--sky-blue-400: #60EBC9;
--sky-blue-500: #33E6B9;
--sky-blue-600: #19C89C;
--sky-blue-700: #149F7C;
--sky-blue-800: #0E7159;
--sky-blue-900: #094939;
--sky-blue-950: #062D23;
}