Sky Blue
#60EBDB
CyanColor Codes
All color formats for development
HEX
#60EBDBRGB
rgb(96, 235, 219)HSL
hsl(173, 78%, 65%)OKLCH
oklch(0.86 0.122 184.7)CMYK
cmyk(59%, 0%, 7%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8D4
2#25E4CE
3#1ACFB9
4#16B19F
5#129484
6#0F766A
7#0B594F
8#073B35
9#041E1A
Tints
Lighter variations
1#70EDDF
2#80EFE2
3#90F1E6
4#A0F3E9
5#B0F5ED
6#BFF7F1
7#CFF9F4
8#DFFBF8
9#EFFDFB
Tones
Muted variations
1#67E4D6
2#6EDDD0
3#75D6CB
4#7CD0C6
5#83C9C0
6#8AC2BB
7#91BBB6
8#98B4B0
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBDB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7166 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094941 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF8;
--sky-blue-200: #C4F8F2;
--sky-blue-300: #97F2E7;
--sky-blue-400: #60EBDB;
--sky-blue-500: #33E6D1;
--sky-blue-600: #19C8B3;
--sky-blue-700: #149F8F;
--sky-blue-800: #0E7166;
--sky-blue-900: #094941;
--sky-blue-950: #062D29;
}