Sky Blue
#62DAEA
CyanColor Codes
All color formats for development
HEX
#62DAEARGB
rgb(98, 218, 234)HSL
hsl(187, 76%, 65%)OKLCH
oklch(0.826 0.109 207.2)CMYK
cmyk(58%, 7%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45D3E6
2#28CCE2
3#1CB8CC
4#189DAF
5#148392
6#106975
7#0C4F58
8#08343A
9#041A1D
Tints
Lighter variations
1#72DDEC
2#81E1EE
3#91E5F0
4#A1E9F2
5#B0ECF4
6#C0F0F6
7#D0F4F9
8#E0F8FB
9#EFFBFD
Tones
Muted variations
1#69D5E3
2#6FCFDC
3#76CAD5
4#7DC5CE
5#84C0C8
6#8BBBC1
7#91B5BA
8#98B0B3
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 | C5F1 #C5F1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E7 #98E7F1 | BordersInactive statesPlaceholder text |
| 400 | 62DA #62DAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35CF #35CFE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB2 #1BB2C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158D #158D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F65 #0F6570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A41 #0A4148 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | 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: #C5F1F7;
--sky-blue-300: #98E7F1;
--sky-blue-400: #62DAEA;
--sky-blue-500: #35CFE3;
--sky-blue-600: #1BB2C5;
--sky-blue-700: #158D9D;
--sky-blue-800: #0F6570;
--sky-blue-900: #0A4148;
--sky-blue-950: #06282D;
}