Sky Blue
#60EBE7
CyanColor Codes
All color formats for development
HEX
#60EBE7RGB
rgb(96, 235, 231)HSL
hsl(178, 78%, 65%)OKLCH
oklch(0.864 0.12 192.5)CMYK
cmyk(59%, 0%, 2%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8E2
2#25E4DE
3#1ACFC8
4#16B1AC
5#12948F
6#0F7673
7#0B5956
8#073B39
9#041E1D
Tints
Lighter variations
1#70EDE9
2#80EFEC
3#90F1EE
4#A0F3F0
5#B0F5F3
6#BFF7F5
7#CFF9F8
8#DFFBFA
9#EFFDFD
Tones
Muted variations
1#67E4E0
2#6EDDDA
3#75D6D3
4#7CD0CD
5#83C9C6
6#8AC2C0
7#91BBB9
8#98B4B3
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 #C4F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094947 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | 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: #C4F8F6;
--sky-blue-300: #97F2EF;
--sky-blue-400: #60EBE7;
--sky-blue-500: #33E6E0;
--sky-blue-600: #19C8C2;
--sky-blue-700: #149F9A;
--sky-blue-800: #0E716E;
--sky-blue-900: #094947;
--sky-blue-950: #062D2C;
}