Sky Blue
#60D6EB
CyanColor Codes
All color formats for development
HEX
#60D6EBRGB
rgb(96, 214, 235)HSL
hsl(189, 78%, 65%)OKLCH
oklch(0.816 0.109 211)CMYK
cmyk(59%, 9%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43CFE8
2#25C7E4
3#1AB3CF
4#169AB1
5#128094
6#0F6676
7#0B4D59
8#07333B
9#041A1E
Tints
Lighter variations
1#70DBED
2#80DFEF
3#90E3F1
4#A0E7F3
5#B0EBF5
6#BFEFF7
7#CFF3F9
8#DFF7FB
9#EFFBFD
Tones
Muted variations
1#67D2E4
2#6ECDDD
3#75C8D6
4#7CC3D0
5#83BEC9
6#8AB9C2
7#91B4BB
8#98AFB4
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 | C4F0 #C4F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E4 #97E4F2 | BordersInactive statesPlaceholder text |
| 400 | 60D6 #60D6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33CB #33CBE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19AD #19ADC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148A #148A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E63 #0E6371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | 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: #C4F0F8;
--sky-blue-300: #97E4F2;
--sky-blue-400: #60D6EB;
--sky-blue-500: #33CBE6;
--sky-blue-600: #19ADC8;
--sky-blue-700: #148A9F;
--sky-blue-800: #0E6371;
--sky-blue-900: #093F49;
--sky-blue-950: #06272D;
}