Sky Blue
#60A3EB
BlueColor Codes
All color formats for development
HEX
#60A3EBRGB
rgb(96, 163, 235)HSL
hsl(211, 78%, 65%)OKLCH
oklch(0.702 0.127 251.6)CMYK
cmyk(59%, 31%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4392E8
2#2581E4
3#1A71CF
4#1661B1
5#125194
6#0F4176
7#0B3059
8#07203B
9#04101E
Tints
Lighter variations
1#70ADED
2#80B6EF
3#90BFF1
4#A0C8F3
5#B0D1F5
6#BFDAF7
7#CFE4F9
8#DFEDFB
9#EFF6FD
Tones
Muted variations
1#67A4E4
2#6EA4DD
3#75A4D6
4#7CA4D0
5#83A5C9
6#8AA5C2
7#91A5BB
8#98A5B4
9#9FA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DD #C4DDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C3 #97C3F2 | BordersInactive statesPlaceholder text |
| 400 | 60A3 #60A3EB | Disabled statesSecondary iconsMuted text |
| 500 | 3389 #3389E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 196D #196DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1457 #14579F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3E #0E3E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0928 #092849 | Primary textHigh emphasis contentDark headings |
| 950 | 0619 #06192D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFEDFB;
--sky-blue-200: #C4DDF8;
--sky-blue-300: #97C3F2;
--sky-blue-400: #60A3EB;
--sky-blue-500: #3389E6;
--sky-blue-600: #196DC8;
--sky-blue-700: #14579F;
--sky-blue-800: #0E3E71;
--sky-blue-900: #092849;
--sky-blue-950: #06192D;
}