Sky Blue
#60EBD6
CyanColor Codes
All color formats for development
HEX
#60EBD6RGB
rgb(96, 235, 214)HSL
hsl(171, 78%, 65%)OKLCH
oklch(0.858 0.124 181.7)CMYK
cmyk(59%, 0%, 9%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8CF
2#25E4C7
3#1ACFB3
4#16B19A
5#129480
6#0F7666
7#0B594D
8#073B33
9#041E1A
Tints
Lighter variations
1#70EDDB
2#80EFDF
3#90F1E3
4#A0F3E7
5#B0F5EB
6#BFF7EF
7#CFF9F3
8#DFFBF7
9#EFFDFB
Tones
Muted variations
1#67E4D2
2#6EDDCD
3#75D6C8
4#7CD0C3
5#83C9BE
6#8AC2B9
7#91BBB4
8#98B4AF
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF7;
--sky-blue-200: #C4F8F0;
--sky-blue-300: #97F2E4;
--sky-blue-400: #60EBD6;
--sky-blue-500: #33E6CB;
--sky-blue-600: #19C8AD;
--sky-blue-700: #149F8A;
--sky-blue-800: #0E7163;
--sky-blue-900: #09493F;
--sky-blue-950: #062D27;
}