Sky Blue
#60D2EB
CyanColor Codes
All color formats for development
HEX
#60D2EBRGB
rgb(96, 210, 235)HSL
hsl(191, 78%, 65%)OKLCH
oklch(0.807 0.108 214.3)CMYK
cmyk(59%, 11%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43C9E8
2#25C1E4
3#1AADCF
4#1695B1
5#127C94
6#0F6376
7#0B4A59
8#07323B
9#04191E
Tints
Lighter variations
1#70D6ED
2#80DBEF
3#90DFF1
4#A0E4F3
5#B0E8F5
6#BFEDF7
7#CFF1F9
8#DFF6FB
9#EFFAFD
Tones
Muted variations
1#67CDE4
2#6EC9DD
3#75C5D6
4#7CC0D0
5#83BCC9
6#8AB7C2
7#91B3BB
8#98AFB4
9#9FAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EE #C4EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E1 #97E1F2 | BordersInactive statesPlaceholder text |
| 400 | 60D2 #60D2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33C5 #33C5E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A8 #19A8C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1485 #14859F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5F #0E5F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF6FB;
--sky-blue-200: #C4EEF8;
--sky-blue-300: #97E1F2;
--sky-blue-400: #60D2EB;
--sky-blue-500: #33C5E6;
--sky-blue-600: #19A8C8;
--sky-blue-700: #14859F;
--sky-blue-800: #0E5F71;
--sky-blue-900: #093D49;
--sky-blue-950: #06262D;
}