Sky Blue
#60D9EB
CyanColor Codes
All color formats for development
HEX
#60D9EBRGB
rgb(96, 217, 235)HSL
hsl(188, 78%, 65%)OKLCH
oklch(0.823 0.11 208.6)CMYK
cmyk(59%, 8%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43D2E8
2#25CBE4
3#1AB6CF
4#169CB1
5#128294
6#0F6876
7#0B4E59
8#07343B
9#041A1E
Tints
Lighter variations
1#70DDED
2#80E0EF
3#90E4F1
4#A0E8F3
5#B0ECF5
6#BFF0F7
7#CFF4F9
8#DFF7FB
9#EFFBFD
Tones
Muted variations
1#67D4E4
2#6ECFDD
3#75C9D6
4#7CC4D0
5#83BFC9
6#8ABAC2
7#91B5BB
8#98B0B4
9#9FABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E6 #97E6F2 | BordersInactive statesPlaceholder text |
| 400 | 60D9 #60D9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33CE #33CEE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B0 #19B0C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148C #148C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E64 #0E6471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0940 #094049 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF7FB;
--sky-blue-200: #C4F1F8;
--sky-blue-300: #97E6F2;
--sky-blue-400: #60D9EB;
--sky-blue-500: #33CEE6;
--sky-blue-600: #19B0C8;
--sky-blue-700: #148C9F;
--sky-blue-800: #0E6471;
--sky-blue-900: #094049;
--sky-blue-950: #06282D;
}