Sky Blue
#62B6EA
BlueColor Codes
All color formats for development
HEX
#62B6EARGB
rgb(98, 182, 234)HSL
hsl(203, 76%, 65%)OKLCH
oklch(0.744 0.111 237.9)CMYK
cmyk(58%, 22%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45A8E6
2#289AE2
3#1C89CC
4#1875AF
5#146292
6#104E75
7#0C3B58
8#08273A
9#04141D
Tints
Lighter variations
1#72BDEC
2#81C4EE
3#91CCF0
4#A1D3F2
5#B0DAF4
6#C0E2F6
7#D0E9F9
8#E0F0FB
9#EFF8FD
Tones
Muted variations
1#69B4E3
2#6FB2DC
3#76B1D5
4#7DAFCE
5#84AEC8
6#8BACC1
7#91AABA
8#98A9B3
9#9FA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E4 #C5E4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CF #98CFF1 | BordersInactive statesPlaceholder text |
| 400 | 62B6 #62B6EA | Disabled statesSecondary iconsMuted text |
| 500 | 35A1 #35A1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B84 #1B84C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1569 #15699D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4B #0F4B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A30 #0A3048 | Primary textHigh emphasis contentDark headings |
| 950 | 061E #061E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E0F0FB;
--sky-blue-200: #C5E4F7;
--sky-blue-300: #98CFF1;
--sky-blue-400: #62B6EA;
--sky-blue-500: #35A1E3;
--sky-blue-600: #1B84C5;
--sky-blue-700: #15699D;
--sky-blue-800: #0F4B70;
--sky-blue-900: #0A3048;
--sky-blue-950: #061E2D;
}