Sky Blue

#67BBE4

Blue

Color Codes

All color formats for development

HEX
#67BBE4
RGB
rgb(103, 187, 228)
HSL
hsl(200, 70%, 65%)
OKLCH
oklch(0.755 0.101 231.4)
CMYK
cmyk(55%, 18%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

2.14:1

AA AAA

On Black Background

9.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E1F1
200
#C7E6
300
#9BD2
400
#67BB
500
#3CA7
600
#228A
700
#1B6E
800
#134F
900
#0C32
950
#081F

Shades

Darker variations

1#4BAEDF
2#2FA1DA
3#238FC5
4#1E7BA9
5#19668D
6#145271
7#0F3D55
8#0A2938
9#05141C

Tints

Lighter variations

1#76C1E7
2#86C8EA
3#95CFEC
4#A4D6EF
5#B3DDF2
6#C2E4F4
7#D1EAF7
8#E1F1FA
9#F0F8FC

Tones

Muted variations

1#6EB8DE
2#74B6D8
3#7AB4D1
4#80B2CB
5#87B0C5
6#8DAEBF
7#93ACB8
8#99AAB2
9#A0A8AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FD
BackgroundsSubtle highlightsCard backgrounds
100
E1F1
#E1F1FA
Light backgroundsTable row hoverSkeleton loading
200
C7E6
#C7E6F5
Secondary backgroundsInput backgroundsDividers
300
9BD2
#9BD2ED
BordersInactive statesPlaceholder text
400
67BB
#67BBE4
Disabled statesSecondary iconsMuted text
500
3CA7
#3CA7DD
Primary brand colorCTAsActive elementsLinks
600
228A
#228ABF
Hover statesFocus ringsPrimary buttons hover
700
1B6E
#1B6E98
Active/pressed statesDark mode accentsSecondary text
800
134F
#134F6C
Text on light backgroundsHeadingsStrong borders
900
0C32
#0C3245
Primary textHigh emphasis contentDark headings
950
081F
#081F2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F9FD;
  --sky-blue-100: #E1F1FA;
  --sky-blue-200: #C7E6F5;
  --sky-blue-300: #9BD2ED;
  --sky-blue-400: #67BBE4;
  --sky-blue-500: #3CA7DD;
  --sky-blue-600: #228ABF;
  --sky-blue-700: #1B6E98;
  --sky-blue-800: #134F6C;
  --sky-blue-900: #0C3245;
  --sky-blue-950: #081F2B;
}
Generate More ShadesCreate PaletteConvert Color