Sky Blue
#60DDEB
CyanColor Codes
All color formats for development
HEX
#60DDEBRGB
rgb(96, 221, 235)HSL
hsl(186, 78%, 65%)OKLCH
oklch(0.833 0.112 205.4)CMYK
cmyk(59%, 6%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43D7E8
2#25D1E4
3#1ABCCF
4#16A2B1
5#128794
6#0F6C76
7#0B5159
8#07363B
9#041B1E
Tints
Lighter variations
1#70E1ED
2#80E4EF
3#90E8F1
4#A0EBF3
5#B0EEF5
6#BFF2F7
7#CFF5F9
8#DFF8FB
9#EFFCFD
Tones
Muted variations
1#67D8E4
2#6ED2DD
3#75CDD6
4#7CC7D0
5#83C2C9
6#8ABCC2
7#91B6BB
8#98B1B4
9#9FABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E9 #97E9F2 | BordersInactive statesPlaceholder text |
| 400 | 60DD #60DDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33D4 #33D4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B6 #19B6C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1491 #14919F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E68 #0E6871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0942 #094249 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF8FB;
--sky-blue-200: #C4F3F8;
--sky-blue-300: #97E9F2;
--sky-blue-400: #60DDEB;
--sky-blue-500: #33D4E6;
--sky-blue-600: #19B6C8;
--sky-blue-700: #14919F;
--sky-blue-800: #0E6871;
--sky-blue-900: #094249;
--sky-blue-950: #06292D;
}