Sky Blue
#60DBEB
CyanColor Codes
All color formats for development
HEX
#60DBEBRGB
rgb(96, 219, 235)HSL
hsl(187, 78%, 65%)OKLCH
oklch(0.828 0.111 206.9)CMYK
cmyk(59%, 7%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43D4E8
2#25CEE4
3#1AB9CF
4#169FB1
5#128494
6#0F6A76
7#0B4F59
8#07353B
9#041A1E
Tints
Lighter variations
1#70DFED
2#80E2EF
3#90E6F1
4#A0E9F3
5#B0EDF5
6#BFF1F7
7#CFF4F9
8#DFF8FB
9#EFFBFD
Tones
Muted variations
1#67D6E4
2#6ED0DD
3#75CBD6
4#7CC6D0
5#83C0C9
6#8ABBC2
7#91B6BB
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 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F2 #C4F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E7 #97E7F2 | BordersInactive statesPlaceholder text |
| 400 | 60DB #60DBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33D1 #33D1E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B3 #19B3C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148F #148F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E66 #0E6671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0941 #094149 | 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: #C4F2F8;
--sky-blue-300: #97E7F2;
--sky-blue-400: #60DBEB;
--sky-blue-500: #33D1E6;
--sky-blue-600: #19B3C8;
--sky-blue-700: #148F9F;
--sky-blue-800: #0E6671;
--sky-blue-900: #094149;
--sky-blue-950: #06292D;
}