Sky Blue
#60E9EB
CyanColor Codes
All color formats for development
HEX
#60E9EBRGB
rgb(96, 233, 235)HSL
hsl(181, 78%, 65%)OKLCH
oklch(0.86 0.118 196.5)CMYK
cmyk(59%, 1%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E5E8
2#25E1E4
3#1ACCCF
4#16AEB1
5#129194
6#0F7476
7#0B5759
8#073A3B
9#041D1E
Tints
Lighter variations
1#70EBED
2#80EDEF
3#90F0F1
4#A0F2F3
5#B0F4F5
6#BFF6F7
7#CFF8F9
8#DFFBFB
9#EFFDFD
Tones
Muted variations
1#67E2E4
2#6EDCDD
3#75D5D6
4#7CCED0
5#83C7C9
6#8AC1C2
7#91BABB
8#98B3B4
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F1 #97F1F2 | BordersInactive statesPlaceholder text |
| 400 | 60E9 #60E9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33E3 #33E3E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C5 #19C5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149D #149D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E70 #0E7071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094849 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFB;
--sky-blue-200: #C4F7F8;
--sky-blue-300: #97F1F2;
--sky-blue-400: #60E9EB;
--sky-blue-500: #33E3E6;
--sky-blue-600: #19C5C8;
--sky-blue-700: #149D9F;
--sky-blue-800: #0E7071;
--sky-blue-900: #094849;
--sky-blue-950: #062D2D;
}