Sky Blue
#60EBE4
CyanColor Codes
All color formats for development
HEX
#60EBE4RGB
rgb(96, 235, 228)HSL
hsl(177, 78%, 65%)OKLCH
oklch(0.863 0.12 190.5)CMYK
cmyk(59%, 0%, 3%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8DF
2#25E4DB
3#1ACFC5
4#16B1A9
5#12948D
6#0F7671
7#0B5955
8#073B38
9#041E1C
Tints
Lighter variations
1#70EDE7
2#80EFEA
3#90F1EC
4#A0F3EF
5#B0F5F2
6#BFF7F4
7#CFF9F7
8#DFFBFA
9#EFFDFC
Tones
Muted variations
1#67E4DE
2#6EDDD8
3#75D6D2
4#7CD0CB
5#83C9C5
6#8AC2BF
7#91BBB9
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 #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094945 | 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: #DFFBFA;
--sky-blue-200: #C4F8F5;
--sky-blue-300: #97F2EE;
--sky-blue-400: #60EBE4;
--sky-blue-500: #33E6DD;
--sky-blue-600: #19C8BF;
--sky-blue-700: #149F98;
--sky-blue-800: #0E716D;
--sky-blue-900: #094945;
--sky-blue-950: #062D2B;
}