Sky Blue
#60E7EB
CyanColor Codes
All color formats for development
HEX
#60E7EBRGB
rgb(96, 231, 235)HSL
hsl(182, 78%, 65%)OKLCH
oklch(0.856 0.117 197.9)CMYK
cmyk(59%, 2%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E2E8
2#25DEE4
3#1AC8CF
4#16ACB1
5#128F94
6#0F7376
7#0B5659
8#07393B
9#041D1E
Tints
Lighter variations
1#70E9ED
2#80ECEF
3#90EEF1
4#A0F0F3
5#B0F3F5
6#BFF5F7
7#CFF8F9
8#DFFAFB
9#EFFDFD
Tones
Muted variations
1#67E0E4
2#6EDADD
3#75D3D6
4#7CCDD0
5#83C6C9
6#8AC0C2
7#91B9BB
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 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F6 #C4F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EF #97EFF2 | BordersInactive statesPlaceholder text |
| 400 | 60E7 #60E7EB | Disabled statesSecondary iconsMuted text |
| 500 | 33E0 #33E0E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C2 #19C2C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149A #149A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6E #0E6E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0947 #094749 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFAFB;
--sky-blue-200: #C4F6F8;
--sky-blue-300: #97EFF2;
--sky-blue-400: #60E7EB;
--sky-blue-500: #33E0E6;
--sky-blue-600: #19C2C8;
--sky-blue-700: #149A9F;
--sky-blue-800: #0E6E71;
--sky-blue-900: #094749;
--sky-blue-950: #062C2D;
}