Sky Blue
#62A1EA
BlueColor Codes
All color formats for development
HEX
#62A1EARGB
rgb(98, 161, 234)HSL
hsl(212, 76%, 65%)OKLCH
oklch(0.698 0.126 253.2)CMYK
cmyk(58%, 31%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4590E6
2#287EE2
3#1C6ECC
4#185EAF
5#144F92
6#103F75
7#0C2F58
8#081F3A
9#04101D
Tints
Lighter variations
1#72ABEC
2#81B4EE
3#91BDF0
4#A1C7F2
5#B0D0F4
6#C0D9F6
7#D0E3F9
8#E0ECFB
9#EFF6FD
Tones
Muted variations
1#69A2E3
2#6FA2DC
3#76A3D5
4#7DA3CE
5#84A3C8
6#8BA4C1
7#91A4BA
8#98A5B3
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DC #C5DCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C1 #98C1F1 | BordersInactive statesPlaceholder text |
| 400 | 62A1 #62A1EA | Disabled statesSecondary iconsMuted text |
| 500 | 3586 #3586E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B6B #1B6BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1555 #15559D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F3D #0F3D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A27 #0A2748 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E0ECFB;
--sky-blue-200: #C5DCF7;
--sky-blue-300: #98C1F1;
--sky-blue-400: #62A1EA;
--sky-blue-500: #3586E3;
--sky-blue-600: #1B6BC5;
--sky-blue-700: #15559D;
--sky-blue-800: #0F3D70;
--sky-blue-900: #0A2748;
--sky-blue-950: #06182D;
}