Sky Blue

#75CAD7

Cyan

Color Codes

All color formats for development

HEX
#75CAD7
RGB
rgb(117, 202, 215)
HSL
hsl(188, 55%, 65%)
OKLCH
oklch(0.79 0.084 208.2)
CMYK
cmyk(46%, 6%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.88:1

AA AAA

On Black Background

11.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E3F4
200
#CCEB
300
#A4DC
400
#75CA
500
#4DBB
600
#329D
700
#287D
800
#1D59
900
#1239
950
#0B24

Shades

Darker variations

1#5BC0CF
2#41B6C8
3#34A3B4
4#2D8C9A
5#257480
6#1E5D67
7#16464D
8#0F2F33
9#07171A

Tints

Lighter variations

1#82CFDB
2#90D4DF
3#9EDAE3
4#ACDFE7
5#BAE4EB
6#C8EAEF
7#D5EFF3
8#E3F4F7
9#F1FAFB

Tones

Muted variations

1#7AC6D2
2#7EC3CD
3#83BFC8
4#88BBC3
5#8DB8BE
6#92B4B9
7#97B1B4
8#9CADB0
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
CCEB
#CCEBF0
Secondary backgroundsInput backgroundsDividers
300
A4DC
#A4DCE5
BordersInactive statesPlaceholder text
400
75CA
#75CAD7
Disabled statesSecondary iconsMuted text
500
4DBB
#4DBBCB
Primary brand colorCTAsActive elementsLinks
600
329D
#329DAE
Hover statesFocus ringsPrimary buttons hover
700
287D
#287D8A
Active/pressed statesDark mode accentsSecondary text
800
1D59
#1D5963
Text on light backgroundsHeadingsStrong borders
900
1239
#12393F
Primary textHigh emphasis contentDark headings
950
0B24
#0B2428
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: #CCEBF0;
  --sky-blue-300: #A4DCE5;
  --sky-blue-400: #75CAD7;
  --sky-blue-500: #4DBBCB;
  --sky-blue-600: #329DAE;
  --sky-blue-700: #287D8A;
  --sky-blue-800: #1D5963;
  --sky-blue-900: #12393F;
  --sky-blue-950: #0B2428;
}
Generate More ShadesCreate PaletteConvert Color