Sky Blue

#6CBBE0

Blue

Color Codes

All color formats for development

HEX
#6CBBE0
RGB
rgb(108, 187, 224)
HSL
hsl(199, 65%, 65%)
OKLCH
oklch(0.755 0.094 230)
CMYK
cmyk(52%, 17%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

2.14:1

AA AAA

On Black Background

9.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E2F1
200
#C8E6
300
#9ED2
400
#6CBB
500
#42A8
600
#278B
700
#1F6F
800
#164F
900
#0E33
950
#0920

Shades

Darker variations

1#50AEDA
2#35A2D4
3#2990BF
4#237BA4
5#1D6789
6#17526D
7#113E52
8#0C2937
9#06151B

Tints

Lighter variations

1#7AC2E3
2#89C9E6
3#98CFE9
4#A7D6EC
5#B5DDEF
6#C4E4F3
7#D3EBF6
8#E2F1F9
9#F0F8FC

Tones

Muted variations

1#72B9DA
2#77B7D4
3#7DB5CE
4#83B3C9
5#89B0C3
6#8FAEBD
7#94ACB7
8#9AAAB1
9#A0A8AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E2F1
#E2F1F9
Light backgroundsTable row hoverSkeleton loading
200
C8E6
#C8E6F3
Secondary backgroundsInput backgroundsDividers
300
9ED2
#9ED2EA
BordersInactive statesPlaceholder text
400
6CBB
#6CBBE0
Disabled statesSecondary iconsMuted text
500
42A8
#42A8D7
Primary brand colorCTAsActive elementsLinks
600
278B
#278BB9
Hover statesFocus ringsPrimary buttons hover
700
1F6F
#1F6F93
Active/pressed statesDark mode accentsSecondary text
800
164F
#164F69
Text on light backgroundsHeadingsStrong borders
900
0E33
#0E3343
Primary textHigh emphasis contentDark headings
950
0920
#09202A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F9FC;
  --sky-blue-100: #E2F1F9;
  --sky-blue-200: #C8E6F3;
  --sky-blue-300: #9ED2EA;
  --sky-blue-400: #6CBBE0;
  --sky-blue-500: #42A8D7;
  --sky-blue-600: #278BB9;
  --sky-blue-700: #1F6F93;
  --sky-blue-800: #164F69;
  --sky-blue-900: #0E3343;
  --sky-blue-950: #09202A;
}
Generate More ShadesCreate PaletteConvert Color