Sky Blue

#6CB1E0

Blue

Color Codes

All color formats for development

HEX
#6CB1E0
RGB
rgb(108, 177, 224)
HSL
hsl(204, 65%, 65%)
OKLCH
oklch(0.733 0.098 239.8)
CMYK
cmyk(52%, 21%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

2.33:1

AA AAA

On Black Background

9.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F8
100
#E2EF
200
#C8E2
300
#9ECC
400
#6CB1
500
#429B
600
#277F
700
#1F65
800
#1648
900
#0E2E
950
#091D

Shades

Darker variations

1#50A3DA
2#3595D4
3#2983BF
4#2370A4
5#1D5E89
6#174B6D
7#113852
8#0C2537
9#06131B

Tints

Lighter variations

1#7AB9E3
2#89C1E6
3#98C9E9
4#A7D0EC
5#B5D8EF
6#C4E0F3
7#D3E8F6
8#E2EFF9
9#F0F7FC

Tones

Muted variations

1#72B0DA
2#77AFD4
3#7DAECE
4#83ADC9
5#89ACC3
6#8FAABD
7#94A9B7
8#9AA8B1
9#A0A7AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F8
#F2F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EF
#E2EFF9
Light backgroundsTable row hoverSkeleton loading
200
C8E2
#C8E2F3
Secondary backgroundsInput backgroundsDividers
300
9ECC
#9ECCEA
BordersInactive statesPlaceholder text
400
6CB1
#6CB1E0
Disabled statesSecondary iconsMuted text
500
429B
#429BD7
Primary brand colorCTAsActive elementsLinks
600
277F
#277FB9
Hover statesFocus ringsPrimary buttons hover
700
1F65
#1F6593
Active/pressed statesDark mode accentsSecondary text
800
1648
#164869
Text on light backgroundsHeadingsStrong borders
900
0E2E
#0E2E43
Primary textHigh emphasis contentDark headings
950
091D
#091D2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F8FC;
  --sky-blue-100: #E2EFF9;
  --sky-blue-200: #C8E2F3;
  --sky-blue-300: #9ECCEA;
  --sky-blue-400: #6CB1E0;
  --sky-blue-500: #429BD7;
  --sky-blue-600: #277FB9;
  --sky-blue-700: #1F6593;
  --sky-blue-800: #164869;
  --sky-blue-900: #0E2E43;
  --sky-blue-950: #091D2A;
}
Generate More ShadesCreate PaletteConvert Color