Sky Blue
#60B6EB
BlueColor Codes
All color formats for development
HEX
#60B6EBRGB
rgb(96, 182, 235)HSL
hsl(203, 78%, 65%)OKLCH
oklch(0.744 0.113 238)CMYK
cmyk(59%, 23%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43A8E8
2#259BE4
3#1A89CF
4#1676B1
5#126294
6#0F4E76
7#0B3B59
8#07273B
9#04141E
Tints
Lighter variations
1#70BDED
2#80C5EF
3#90CCF1
4#A0D3F3
5#B0DAF5
6#BFE2F7
7#CFE9F9
8#DFF0FB
9#EFF8FD
Tones
Muted variations
1#67B4E4
2#6EB3DD
3#75B1D6
4#7CAFD0
5#83AEC9
6#8AACC2
7#91ABBB
8#98A9B4
9#9FA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E4 #C4E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CF #97CFF2 | BordersInactive statesPlaceholder text |
| 400 | 60B6 #60B6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33A1 #33A1E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1985 #1985C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1469 #14699F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4B #0E4B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0930 #093049 | Primary textHigh emphasis contentDark headings |
| 950 | 061E #061E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF0FB;
--sky-blue-200: #C4E4F8;
--sky-blue-300: #97CFF2;
--sky-blue-400: #60B6EB;
--sky-blue-500: #33A1E6;
--sky-blue-600: #1985C8;
--sky-blue-700: #14699F;
--sky-blue-800: #0E4B71;
--sky-blue-900: #093049;
--sky-blue-950: #061E2D;
}