Sky Blue
#62CAEA
CyanColor Codes
All color formats for development
HEX
#62CAEARGB
rgb(98, 202, 234)HSL
hsl(194, 76%, 65%)OKLCH
oklch(0.789 0.106 220.8)CMYK
cmyk(58%, 14%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45C0E6
2#28B6E2
3#1CA3CC
4#188CAF
5#147492
6#105D75
7#0C4658
8#082F3A
9#04171D
Tints
Lighter variations
1#72CFEC
2#81D5EE
3#91DAF0
4#A1DFF2
5#B0E4F4
6#C0EAF6
7#D0EFF9
8#E0F4FB
9#EFFAFD
Tones
Muted variations
1#69C6E3
2#6FC3DC
3#76BFD5
4#7DBBCE
5#84B8C8
6#8BB4C1
7#91B1BA
8#98ADB3
9#9FA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EB #C5EBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DC #98DCF1 | BordersInactive statesPlaceholder text |
| 400 | 62CA #62CAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35BB #35BBE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B9E #1B9EC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 157D #157D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5A #0F5A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A39 #0A3948 | Primary textHigh emphasis contentDark headings |
| 950 | 0624 #06242D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E0F4FB;
--sky-blue-200: #C5EBF7;
--sky-blue-300: #98DCF1;
--sky-blue-400: #62CAEA;
--sky-blue-500: #35BBE3;
--sky-blue-600: #1B9EC5;
--sky-blue-700: #157D9D;
--sky-blue-800: #0F5A70;
--sky-blue-900: #0A3948;
--sky-blue-950: #06242D;
}