Sky Blue
#60EBCD
CyanColor Codes
All color formats for development
HEX
#60EBCDRGB
rgb(96, 235, 205)HSL
hsl(167, 78%, 65%)OKLCH
oklch(0.856 0.128 176.4)CMYK
cmyk(59%, 0%, 13%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8C4
2#25E4BB
3#1ACFA7
4#16B18F
5#129478
6#0F7660
7#0B5948
8#073B30
9#041E18
Tints
Lighter variations
1#70EDD2
2#80EFD7
3#90F1DC
4#A0F3E1
5#B0F5E6
6#BFF7EB
7#CFF9F0
8#DFFBF5
9#EFFDFA
Tones
Muted variations
1#67E4C9
2#6EDDC5
3#75D6C1
4#7CD0BD
5#83C9B9
6#8AC2B6
7#91BBB2
8#98B4AE
9#9FADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBCD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF5;
--sky-blue-200: #C4F8ED;
--sky-blue-300: #97F2DE;
--sky-blue-400: #60EBCD;
--sky-blue-500: #33E6BF;
--sky-blue-600: #19C8A2;
--sky-blue-700: #149F81;
--sky-blue-800: #0E715C;
--sky-blue-900: #09493B;
--sky-blue-950: #062D25;
}