Sky Blue

#6C98E0

Blue

Color Codes

All color formats for development

HEX
#6C98E0
RGB
rgb(108, 152, 224)
HSL
hsl(217, 65%, 65%)
OKLCH
oklch(0.678 0.118 259.9)
CMYK
cmyk(52%, 32%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

2.91:1

AA AAA

On Black Background

7.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E2EA
200
#C8D9
300
#9EBB
400
#6C98
500
#427B
600
#275F
700
#1F4C
800
#1636
900
#0E23
950
#0916

Shades

Darker variations

1#5085DA
2#3572D4
3#2962BF
4#2354A4
5#1D4689
6#17386D
7#112A52
8#0C1C37
9#060E1B

Tints

Lighter variations

1#7AA2E3
2#89ADE6
3#98B7E9
4#A7C1EC
5#B5CCEF
6#C4D6F3
7#D3E0F6
8#E2EAF9
9#F0F5FC

Tones

Muted variations

1#729ADA
2#779BD4
3#7D9CCE
4#839EC9
5#899FC3
6#8FA0BD
7#94A2B7
8#9AA3B1
9#A0A4AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EA
#E2EAF9
Light backgroundsTable row hoverSkeleton loading
200
C8D9
#C8D9F3
Secondary backgroundsInput backgroundsDividers
300
9EBB
#9EBBEA
BordersInactive statesPlaceholder text
400
6C98
#6C98E0
Disabled statesSecondary iconsMuted text
500
427B
#427BD7
Primary brand colorCTAsActive elementsLinks
600
275F
#275FB9
Hover statesFocus ringsPrimary buttons hover
700
1F4C
#1F4C93
Active/pressed statesDark mode accentsSecondary text
800
1636
#163669
Text on light backgroundsHeadingsStrong borders
900
0E23
#0E2343
Primary textHigh emphasis contentDark headings
950
0916
#09162A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F6FC;
  --sky-blue-100: #E2EAF9;
  --sky-blue-200: #C8D9F3;
  --sky-blue-300: #9EBBEA;
  --sky-blue-400: #6C98E0;
  --sky-blue-500: #427BD7;
  --sky-blue-600: #275FB9;
  --sky-blue-700: #1F4C93;
  --sky-blue-800: #163669;
  --sky-blue-900: #0E2343;
  --sky-blue-950: #09162A;
}
Generate More ShadesCreate PaletteConvert Color