Sky Blue

#60BDEB

Blue

Color Codes

All color formats for development

HEX
#60BDEB
RGB
rgb(96, 189, 235)
HSL
hsl(200, 78%, 65%)
OKLCH
oklch(0.759 0.11 232.3)
CMYK
cmyk(59%, 20%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

2.11:1

AA AAA

On Black Background

9.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DFF2
200
#C4E6
300
#97D4
400
#60BD
500
#33AA
600
#198D
700
#1470
800
#0E50
900
#0933
950
#0620

Shades

Darker variations

1#43B1E8
2#25A4E4
3#1A92CF
4#167DB1
5#126894
6#0F5476
7#0B3F59
8#072A3B
9#04151E

Tints

Lighter variations

1#70C4ED
2#80CAEF
3#90D1F1
4#A0D7F3
5#B0DEF5
6#BFE5F7
7#CFEBF9
8#DFF2FB
9#EFF8FD

Tones

Muted variations

1#67BBE4
2#6EB8DD
3#75B6D6
4#7CB4D0
5#83B1C9
6#8AAFC2
7#91ADBB
8#98AAB4
9#9FA8AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FD
BackgroundsSubtle highlightsCard backgrounds
100
DFF2
#DFF2FB
Light backgroundsTable row hoverSkeleton loading
200
C4E6
#C4E6F8
Secondary backgroundsInput backgroundsDividers
300
97D4
#97D4F2
BordersInactive statesPlaceholder text
400
60BD
#60BDEB
Disabled statesSecondary iconsMuted text
500
33AA
#33AAE6
Primary brand colorCTAsActive elementsLinks
600
198D
#198DC8
Hover statesFocus ringsPrimary buttons hover
700
1470
#14709F
Active/pressed statesDark mode accentsSecondary text
800
0E50
#0E5071
Text on light backgroundsHeadingsStrong borders
900
0933
#093349
Primary textHigh emphasis contentDark headings
950
0620
#06202D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F9FD;
  --sky-blue-100: #DFF2FB;
  --sky-blue-200: #C4E6F8;
  --sky-blue-300: #97D4F2;
  --sky-blue-400: #60BDEB;
  --sky-blue-500: #33AAE6;
  --sky-blue-600: #198DC8;
  --sky-blue-700: #14709F;
  --sky-blue-800: #0E5071;
  --sky-blue-900: #093349;
  --sky-blue-950: #06202D;
}
Generate More ShadesCreate PaletteConvert Color