Sky Blue
#60A1EB
BlueColor Codes
All color formats for development
HEX
#60A1EBRGB
rgb(96, 161, 235)HSL
hsl(212, 78%, 65%)OKLCH
oklch(0.697 0.128 252.9)CMYK
cmyk(59%, 31%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4390E8
2#257EE4
3#1A6ECF
4#165EB1
5#124F94
6#0F3F76
7#0B2F59
8#071F3B
9#04101E
Tints
Lighter variations
1#70AAED
2#80B4EF
3#90BDF1
4#A0C7F3
5#B0D0F5
6#BFD9F7
7#CFE3F9
8#DFECFB
9#EFF6FD
Tones
Muted variations
1#67A2E4
2#6EA2DD
3#75A3D6
4#7CA3D0
5#83A3C9
6#8AA4C2
7#91A4BB
8#98A5B4
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DC #C4DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C1 #97C1F2 | BordersInactive statesPlaceholder text |
| 400 | 60A1 #60A1EB | Disabled statesSecondary iconsMuted text |
| 500 | 3386 #3386E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 196A #196AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1455 #14559F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3C #0E3C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0927 #092749 | 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: #F1F7FD;
--sky-blue-100: #DFECFB;
--sky-blue-200: #C4DCF8;
--sky-blue-300: #97C1F2;
--sky-blue-400: #60A1EB;
--sky-blue-500: #3386E6;
--sky-blue-600: #196AC8;
--sky-blue-700: #14559F;
--sky-blue-800: #0E3C71;
--sky-blue-900: #092749;
--sky-blue-950: #06182D;
}