Sky Blue
#62AFEA
BlueColor Codes
All color formats for development
HEX
#62AFEARGB
rgb(98, 175, 234)HSL
hsl(206, 76%, 65%)OKLCH
oklch(0.728 0.115 243.4)CMYK
cmyk(58%, 25%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45A0E6
2#2891E2
3#1C80CC
4#186EAF
5#145B92
6#104975
7#0C3758
8#08253A
9#04121D
Tints
Lighter variations
1#72B7EC
2#81BFEE
3#91C7F0
4#A1CFF2
5#B0D7F4
6#C0DFF6
7#D0E7F9
8#E0EFFB
9#EFF7FD
Tones
Muted variations
1#69AEE3
2#6FADDC
3#76ACD5
4#7DABCE
5#84AAC8
6#8BA9C1
7#91A8BA
8#98A8B3
9#9FA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E1 #C5E1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CA #98CAF1 | BordersInactive statesPlaceholder text |
| 400 | 62AF #62AFEA | Disabled statesSecondary iconsMuted text |
| 500 | 3598 #3598E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B7C #1B7CC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1562 #15629D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F46 #0F4670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2D #0A2D48 | Primary textHigh emphasis contentDark headings |
| 950 | 061C #061C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E0EFFB;
--sky-blue-200: #C5E1F7;
--sky-blue-300: #98CAF1;
--sky-blue-400: #62AFEA;
--sky-blue-500: #3598E3;
--sky-blue-600: #1B7CC5;
--sky-blue-700: #15629D;
--sky-blue-800: #0F4670;
--sky-blue-900: #0A2D48;
--sky-blue-950: #061C2D;
}