Sky Blue

#6CC9E0

Cyan

Color Codes

All color formats for development

HEX
#6CC9E0
RGB
rgb(108, 201, 224)
HSL
hsl(192, 65%, 65%)
OKLCH
oklch(0.787 0.094 215.8)
CMYK
cmyk(52%, 10%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.90:1

AA AAA

On Black Background

11.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E2F4
200
#C8EB
300
#9EDB
400
#6CC9
500
#42B9
600
#279C
700
#1F7C
800
#1659
900
#0E39
950
#0923

Shades

Darker variations

1#50BEDA
2#35B4D4
3#29A1BF
4#238AA4
5#1D7389
6#175C6D
7#114552
8#0C2E37
9#06171B

Tints

Lighter variations

1#7ACEE3
2#89D3E6
3#98D9E9
4#A7DEEC
5#B5E4EF
6#C4E9F3
7#D3EFF6
8#E2F4F9
9#F0FAFC

Tones

Muted variations

1#72C5DA
2#77C2D4
3#7DBECE
4#83BBC9
5#89B7C3
6#8FB4BD
7#94B0B7
8#9AADB1
9#A0A9AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F4
#E2F4F9
Light backgroundsTable row hoverSkeleton loading
200
C8EB
#C8EBF3
Secondary backgroundsInput backgroundsDividers
300
9EDB
#9EDBEA
BordersInactive statesPlaceholder text
400
6CC9
#6CC9E0
Disabled statesSecondary iconsMuted text
500
42B9
#42B9D7
Primary brand colorCTAsActive elementsLinks
600
279C
#279CB9
Hover statesFocus ringsPrimary buttons hover
700
1F7C
#1F7C93
Active/pressed statesDark mode accentsSecondary text
800
1659
#165969
Text on light backgroundsHeadingsStrong borders
900
0E39
#0E3943
Primary textHigh emphasis contentDark headings
950
0923
#09232A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FAFC;
  --sky-blue-100: #E2F4F9;
  --sky-blue-200: #C8EBF3;
  --sky-blue-300: #9EDBEA;
  --sky-blue-400: #6CC9E0;
  --sky-blue-500: #42B9D7;
  --sky-blue-600: #279CB9;
  --sky-blue-700: #1F7C93;
  --sky-blue-800: #165969;
  --sky-blue-900: #0E3943;
  --sky-blue-950: #09232A;
}
Generate More ShadesCreate PaletteConvert Color