Sky Blue
#60EBDD
CyanColor Codes
All color formats for development
HEX
#60EBDDRGB
rgb(96, 235, 221)HSL
hsl(174, 78%, 65%)OKLCH
oklch(0.861 0.122 186)CMYK
cmyk(59%, 0%, 6%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8D7
2#25E4D1
3#1ACFBC
4#16B1A2
5#129487
6#0F766C
7#0B5951
8#073B36
9#041E1B
Tints
Lighter variations
1#70EDE1
2#80EFE4
3#90F1E8
4#A0F3EB
5#B0F5EE
6#BFF7F2
7#CFF9F5
8#DFFBF8
9#EFFDFC
Tones
Muted variations
1#67E4D8
2#6EDDD2
3#75D6CD
4#7CD0C7
5#83C9C2
6#8AC2BC
7#91BBB6
8#98B4B1
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 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E9 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBDD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094942 | 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: #C4F8F3;
--sky-blue-300: #97F2E9;
--sky-blue-400: #60EBDD;
--sky-blue-500: #33E6D4;
--sky-blue-600: #19C8B6;
--sky-blue-700: #149F91;
--sky-blue-800: #0E7168;
--sky-blue-900: #094942;
--sky-blue-950: #062D29;
}