Sky Blue

#7DBACF

Blue

Color Codes

All color formats for development

HEX
#7DBACF
RGB
rgb(125, 186, 207)
HSL
hsl(195, 46%, 65%)
OKLCH
oklch(0.755 0.069 221.6)
CMYK
cmyk(40%, 10%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.14:1

AA AAA

On Black Background

9.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E5F1
200
#CFE5
300
#A9D2
400
#7DBA
500
#57A7
600
#3D8A
700
#306E
800
#224E
900
#1632
950
#0E1F

Shades

Darker variations

1#64AEC6
2#4CA1BD
3#3F8FA9
4#367A91
5#2D6679
6#245261
7#1B3D49
8#122930
9#091418

Tints

Lighter variations

1#8AC1D4
2#97C8D8
3#A4CFDD
4#B1D6E2
5#BEDDE7
6#CBE4EC
7#D8EAF1
8#E5F1F5
9#F2F8FA

Tones

Muted variations

1#81B8CB
2#85B6C7
3#89B4C2
4#8DB2BE
5#91B0BA
6#95AEB6
7#99ACB2
8#9EAAAE
9#A2A8AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E5F1
#E5F1F5
Light backgroundsTable row hoverSkeleton loading
200
CFE5
#CFE5ED
Secondary backgroundsInput backgroundsDividers
300
A9D2
#A9D2DF
BordersInactive statesPlaceholder text
400
7DBA
#7DBACF
Disabled statesSecondary iconsMuted text
500
57A7
#57A7C1
Primary brand colorCTAsActive elementsLinks
600
3D8A
#3D8AA4
Hover statesFocus ringsPrimary buttons hover
700
306E
#306E82
Active/pressed statesDark mode accentsSecondary text
800
224E
#224E5D
Text on light backgroundsHeadingsStrong borders
900
1632
#16323C
Primary textHigh emphasis contentDark headings
950
0E1F
#0E1F25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4F9FB;
  --sky-blue-100: #E5F1F5;
  --sky-blue-200: #CFE5ED;
  --sky-blue-300: #A9D2DF;
  --sky-blue-400: #7DBACF;
  --sky-blue-500: #57A7C1;
  --sky-blue-600: #3D8AA4;
  --sky-blue-700: #306E82;
  --sky-blue-800: #224E5D;
  --sky-blue-900: #16323C;
  --sky-blue-950: #0E1F25;
}
Generate More ShadesCreate PaletteConvert Color