Sky Blue
#62C1EA
BlueColor Codes
All color formats for development
HEX
#62C1EARGB
rgb(98, 193, 234)HSL
hsl(198, 76%, 65%)OKLCH
oklch(0.769 0.107 228.7)CMYK
cmyk(58%, 18%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45B5E6
2#28AAE2
3#1C97CC
4#1882AF
5#146C92
6#105675
7#0C4158
8#082B3A
9#04161D
Tints
Lighter variations
1#72C7EC
2#81CDEE
3#91D4F0
4#A1DAF2
5#B0E0F4
6#C0E6F6
7#D0ECF9
8#E0F3FB
9#EFF9FD
Tones
Muted variations
1#69BEE3
2#6FBBDC
3#76B9D5
4#7DB6CE
5#84B3C8
6#8BB1C1
7#91AEBA
8#98ABB3
9#9FA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E8 #C5E8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D6 #98D6F1 | BordersInactive statesPlaceholder text |
| 400 | 62C1 #62C1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35AF #35AFE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B92 #1B92C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1574 #15749D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F53 #0F5370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A35 #0A3548 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E0F3FB;
--sky-blue-200: #C5E8F7;
--sky-blue-300: #98D6F1;
--sky-blue-400: #62C1EA;
--sky-blue-500: #35AFE3;
--sky-blue-600: #1B92C5;
--sky-blue-700: #15749D;
--sky-blue-800: #0F5370;
--sky-blue-900: #0A3548;
--sky-blue-950: #06212D;
}