Sky Blue
#62DCEA
CyanColor Codes
All color formats for development
HEX
#62DCEARGB
rgb(98, 220, 234)HSL
hsl(186, 76%, 65%)OKLCH
oklch(0.831 0.11 205.6)CMYK
cmyk(58%, 6%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45D6E6
2#28CFE2
3#1CBBCC
4#18A0AF
5#148592
6#106B75
7#0C5058
8#08353A
9#041B1D
Tints
Lighter variations
1#72E0EC
2#81E3EE
3#91E7F0
4#A1EAF2
5#B0EEF4
6#C0F1F6
7#D0F5F9
8#E0F8FB
9#EFFCFD
Tones
Muted variations
1#69D7E3
2#6FD1DC
3#76CCD5
4#7DC6CE
5#84C1C8
6#8BBBC1
7#91B6BA
8#98B1B3
9#9FABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F2 #C5F2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E8 #98E8F1 | BordersInactive statesPlaceholder text |
| 400 | 62DC #62DCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D2 #35D2E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB4 #1BB4C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1590 #15909D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F67 #0F6770 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4248 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F8FB;
--sky-blue-200: #C5F2F7;
--sky-blue-300: #98E8F1;
--sky-blue-400: #62DCEA;
--sky-blue-500: #35D2E3;
--sky-blue-600: #1BB4C5;
--sky-blue-700: #15909D;
--sky-blue-800: #0F6770;
--sky-blue-900: #0A4248;
--sky-blue-950: #06292D;
}