Sky Blue
#60B4EB
BlueColor Codes
All color formats for development
HEX
#60B4EBRGB
rgb(96, 180, 235)HSL
hsl(204, 78%, 65%)OKLCH
oklch(0.739 0.114 239.5)CMYK
cmyk(59%, 23%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43A6E8
2#2598E4
3#1A86CF
4#1673B1
5#126094
6#0F4D76
7#0B3959
8#07263B
9#04131E
Tints
Lighter variations
1#70BBED
2#80C3EF
3#90CAF1
4#A0D2F3
5#B0D9F5
6#BFE1F7
7#CFE8F9
8#DFF0FB
9#EFF7FD
Tones
Muted variations
1#67B2E4
2#6EB1DD
3#75AFD6
4#7CAED0
5#83ADC9
6#8AABC2
7#91AABB
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 | C4E3 #C4E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CD #97CDF2 | BordersInactive statesPlaceholder text |
| 400 | 60B4 #60B4EB | Disabled statesSecondary iconsMuted text |
| 500 | 339E #339EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1982 #1982C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1467 #14679F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4A #0E4A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F49 | 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: #F1F9FD;
--sky-blue-100: #DFF0FB;
--sky-blue-200: #C4E3F8;
--sky-blue-300: #97CDF2;
--sky-blue-400: #60B4EB;
--sky-blue-500: #339EE6;
--sky-blue-600: #1982C8;
--sky-blue-700: #14679F;
--sky-blue-800: #0E4A71;
--sky-blue-900: #092F49;
--sky-blue-950: #061D2D;
}