Sky Blue
#60CDEB
CyanColor Codes
All color formats for development
HEX
#60CDEBRGB
rgb(96, 205, 235)HSL
hsl(193, 78%, 65%)OKLCH
oklch(0.796 0.108 218.6)CMYK
cmyk(59%, 13%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43C4E8
2#25BBE4
3#1AA7CF
4#168FB1
5#127894
6#0F6076
7#0B4859
8#07303B
9#04181E
Tints
Lighter variations
1#70D2ED
2#80D7EF
3#90DCF1
4#A0E1F3
5#B0E6F5
6#BFEBF7
7#CFF0F9
8#DFF5FB
9#EFFAFD
Tones
Muted variations
1#67C9E4
2#6EC5DD
3#75C1D6
4#7CBDD0
5#83B9C9
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 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4ED #C4EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DE #97DEF2 | BordersInactive statesPlaceholder text |
| 400 | 60CD #60CDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33BF #33BFE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A2 #19A2C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1481 #14819F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5C #0E5C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093B #093B49 | 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: #DFF5FB;
--sky-blue-200: #C4EDF8;
--sky-blue-300: #97DEF2;
--sky-blue-400: #60CDEB;
--sky-blue-500: #33BFE6;
--sky-blue-600: #19A2C8;
--sky-blue-700: #14819F;
--sky-blue-800: #0E5C71;
--sky-blue-900: #093B49;
--sky-blue-950: #06252D;
}