Sky Blue
#60B1EB
BlueColor Codes
All color formats for development
HEX
#60B1EBRGB
rgb(96, 177, 235)HSL
hsl(205, 78%, 65%)OKLCH
oklch(0.733 0.116 241.8)CMYK
cmyk(59%, 25%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43A3E8
2#2595E4
3#1A83CF
4#1670B1
5#125E94
6#0F4B76
7#0B3859
8#07253B
9#04131E
Tints
Lighter variations
1#70B9ED
2#80C1EF
3#90C9F1
4#A0D0F3
5#B0D8F5
6#BFE0F7
7#CFE8F9
8#DFEFFB
9#EFF7FD
Tones
Muted variations
1#67B0E4
2#6EAFDD
3#75AED6
4#7CADD0
5#83ACC9
6#8AAAC2
7#91A9BB
8#98A8B4
9#9FA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E2 #C4E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CC #97CCF2 | BordersInactive statesPlaceholder text |
| 400 | 60B1 #60B1EB | Disabled statesSecondary iconsMuted text |
| 500 | 339B #339BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 197F #197FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1465 #14659F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E48 #0E4871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092E #092E49 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEFFB;
--sky-blue-200: #C4E2F8;
--sky-blue-300: #97CCF2;
--sky-blue-400: #60B1EB;
--sky-blue-500: #339BE6;
--sky-blue-600: #197FC8;
--sky-blue-700: #14659F;
--sky-blue-800: #0E4871;
--sky-blue-900: #092E49;
--sky-blue-950: #061D2D;
}