Sky Blue

#60D4EB

Cyan

Color Codes

All color formats for development

HEX
#60D4EB
RGB
rgb(96, 212, 235)
HSL
hsl(190, 78%, 65%)
OKLCH
oklch(0.812 0.109 212.7)
CMYK
cmyk(59%, 10%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.73:1

AA AAA

On Black Background

12.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF6
200
#C4EF
300
#97E3
400
#60D4
500
#33C8
600
#19AB
700
#1488
800
#0E61
900
#093E
950
#0627

Shades

Darker variations

1#43CCE8
2#25C4E4
3#1AB0CF
4#1697B1
5#127E94
6#0F6576
7#0B4C59
8#07323B
9#04191E

Tints

Lighter variations

1#70D8ED
2#80DDEF
3#90E1F1
4#A0E5F3
5#B0EAF5
6#BFEEF7
7#CFF2F9
8#DFF6FB
9#EFFBFD

Tones

Muted variations

1#67D0E4
2#6ECBDD
3#75C6D6
4#7CC2D0
5#83BDC9
6#8AB8C2
7#91B4BB
8#98AFB4
9#9FAAAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF6
#DFF6FB
Light backgroundsTable row hoverSkeleton loading
200
C4EF
#C4EFF8
Secondary backgroundsInput backgroundsDividers
300
97E3
#97E3F2
BordersInactive statesPlaceholder text
400
60D4
#60D4EB
Disabled statesSecondary iconsMuted text
500
33C8
#33C8E6
Primary brand colorCTAsActive elementsLinks
600
19AB
#19ABC8
Hover statesFocus ringsPrimary buttons hover
700
1488
#14889F
Active/pressed statesDark mode accentsSecondary text
800
0E61
#0E6171
Text on light backgroundsHeadingsStrong borders
900
093E
#093E49
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: #F1FBFD;
  --sky-blue-100: #DFF6FB;
  --sky-blue-200: #C4EFF8;
  --sky-blue-300: #97E3F2;
  --sky-blue-400: #60D4EB;
  --sky-blue-500: #33C8E6;
  --sky-blue-600: #19ABC8;
  --sky-blue-700: #14889F;
  --sky-blue-800: #0E6171;
  --sky-blue-900: #093E49;
  --sky-blue-950: #06272D;
}
Generate More ShadesCreate PaletteConvert Color