Sky Blue
#60D0EB
CyanColor Codes
All color formats for development
HEX
#60D0EBRGB
rgb(96, 208, 235)HSL
hsl(192, 78%, 65%)OKLCH
oklch(0.803 0.108 216)CMYK
cmyk(59%, 11%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43C7E8
2#25BEE4
3#1AAACF
4#1692B1
5#127A94
6#0F6176
7#0B4959
8#07313B
9#04181E
Tints
Lighter variations
1#70D4ED
2#80D9EF
3#90DEF1
4#A0E3F3
5#B0E7F5
6#BFECF7
7#CFF1F9
8#DFF6FB
9#EFFAFD
Tones
Muted variations
1#67CBE4
2#6EC7DD
3#75C3D6
4#7CBFD0
5#83BBC9
6#8AB6C2
7#91B2BB
8#98AEB4
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 | C4ED #C4EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E0 #97E0F2 | BordersInactive statesPlaceholder text |
| 400 | 60D0 #60D0EB | Disabled statesSecondary iconsMuted text |
| 500 | 33C2 #33C2E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A5 #19A5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1483 #14839F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5E #0E5E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093C #093C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | 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: #C4EDF8;
--sky-blue-300: #97E0F2;
--sky-blue-400: #60D0EB;
--sky-blue-500: #33C2E6;
--sky-blue-600: #19A5C8;
--sky-blue-700: #14839F;
--sky-blue-800: #0E5E71;
--sky-blue-900: #093C49;
--sky-blue-950: #06252D;
}