Sky Blue

#75C6D7

Cyan

Color Codes

All color formats for development

HEX
#75C6D7
RGB
rgb(117, 198, 215)
HSL
hsl(190, 55%, 65%)
OKLCH
oklch(0.781 0.083 212.6)
CMYK
cmyk(46%, 8%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.94:1

AA AAA

On Black Background

10.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E3F4
200
#CCEA
300
#A4DA
400
#75C6
500
#4DB6
600
#3299
700
#287A
800
#1D57
900
#1238
950
#0B23

Shades

Darker variations

1#5BBCCF
2#41B1C8
3#349FB4
4#2D889A
5#257180
6#1E5B67
7#16444D
8#0F2D33
9#07171A

Tints

Lighter variations

1#82CCDB
2#90D2DF
3#9ED7E3
4#ACDDE7
5#BAE3EB
6#C8E8EF
7#D5EEF3
8#E3F4F7
9#F1F9FB

Tones

Muted variations

1#7AC3D2
2#7EC0CD
3#83BDC8
4#88B9C3
5#8DB6BE
6#92B3B9
7#97B0B4
8#9CACB0
9#A1A9AB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F4
#E3F4F7
Light backgroundsTable row hoverSkeleton loading
200
CCEA
#CCEAF0
Secondary backgroundsInput backgroundsDividers
300
A4DA
#A4DAE5
BordersInactive statesPlaceholder text
400
75C6
#75C6D7
Disabled statesSecondary iconsMuted text
500
4DB6
#4DB6CB
Primary brand colorCTAsActive elementsLinks
600
3299
#3299AE
Hover statesFocus ringsPrimary buttons hover
700
287A
#287A8A
Active/pressed statesDark mode accentsSecondary text
800
1D57
#1D5763
Text on light backgroundsHeadingsStrong borders
900
1238
#12383F
Primary textHigh emphasis contentDark headings
950
0B23
#0B2328
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3FAFC;
  --sky-blue-100: #E3F4F7;
  --sky-blue-200: #CCEAF0;
  --sky-blue-300: #A4DAE5;
  --sky-blue-400: #75C6D7;
  --sky-blue-500: #4DB6CB;
  --sky-blue-600: #3299AE;
  --sky-blue-700: #287A8A;
  --sky-blue-800: #1D5763;
  --sky-blue-900: #12383F;
  --sky-blue-950: #0B2328;
}
Generate More ShadesCreate PaletteConvert Color