Sky Blue

#6CC3E0

Blue

Color Codes

All color formats for development

HEX
#6CC3E0
RGB
rgb(108, 195, 224)
HSL
hsl(195, 65%, 65%)
OKLCH
oklch(0.773 0.093 221.9)
CMYK
cmyk(52%, 13%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

2.00:1

AA AAA

On Black Background

10.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E2F3
200
#C8E9
300
#9ED7
400
#6CC3
500
#42B2
600
#2795
700
#1F76
800
#1654
900
#0E36
950
#0922

Shades

Darker variations

1#50B8DA
2#35ACD4
3#299ABF
4#2384A4
5#1D6E89
6#17586D
7#114252
8#0C2C37
9#06161B

Tints

Lighter variations

1#7AC9E3
2#89CFE6
3#98D5E9
4#A7DBEC
5#B5E1EF
6#C4E7F3
7#D3EDF6
8#E2F3F9
9#F0F9FC

Tones

Muted variations

1#72C0DA
2#77BDD4
3#7DBACE
4#83B7C9
5#89B4C3
6#8FB1BD
7#94AEB7
8#9AACB1
9#A0A9AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F3
#E2F3F9
Light backgroundsTable row hoverSkeleton loading
200
C8E9
#C8E9F3
Secondary backgroundsInput backgroundsDividers
300
9ED7
#9ED7EA
BordersInactive statesPlaceholder text
400
6CC3
#6CC3E0
Disabled statesSecondary iconsMuted text
500
42B2
#42B2D7
Primary brand colorCTAsActive elementsLinks
600
2795
#2795B9
Hover statesFocus ringsPrimary buttons hover
700
1F76
#1F7693
Active/pressed statesDark mode accentsSecondary text
800
1654
#165469
Text on light backgroundsHeadingsStrong borders
900
0E36
#0E3643
Primary textHigh emphasis contentDark headings
950
0922
#09222A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FAFC;
  --sky-blue-100: #E2F3F9;
  --sky-blue-200: #C8E9F3;
  --sky-blue-300: #9ED7EA;
  --sky-blue-400: #6CC3E0;
  --sky-blue-500: #42B2D7;
  --sky-blue-600: #2795B9;
  --sky-blue-700: #1F7693;
  --sky-blue-800: #165469;
  --sky-blue-900: #0E3643;
  --sky-blue-950: #09222A;
}
Generate More ShadesCreate PaletteConvert Color