Sky Blue
#60B8EB
BlueColor Codes
All color formats for development
HEX
#60B8EBRGB
rgb(96, 184, 235)HSL
hsl(202, 78%, 65%)OKLCH
oklch(0.748 0.112 236.4)CMYK
cmyk(59%, 22%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43ABE8
2#259EE4
3#1A8CCF
4#1678B1
5#126494
6#0F5076
7#0B3C59
8#07283B
9#04141E
Tints
Lighter variations
1#70BFED
2#80C6EF
3#90CEF1
4#A0D5F3
5#B0DCF5
6#BFE3F7
7#CFEAF9
8#DFF1FB
9#EFF8FD
Tones
Muted variations
1#67B6E4
2#6EB5DD
3#75B3D6
4#7CB1D0
5#83AFC9
6#8AADC2
7#91ABBB
8#98A9B4
9#9FA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E5 #C4E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D1 #97D1F2 | BordersInactive statesPlaceholder text |
| 400 | 60B8 #60B8EB | Disabled statesSecondary iconsMuted text |
| 500 | 33A4 #33A4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1988 #1988C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 146C #146C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4D #0E4D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0931 #093149 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF1FB;
--sky-blue-200: #C4E5F8;
--sky-blue-300: #97D1F2;
--sky-blue-400: #60B8EB;
--sky-blue-500: #33A4E6;
--sky-blue-600: #1988C8;
--sky-blue-700: #146C9F;
--sky-blue-800: #0E4D71;
--sky-blue-900: #093149;
--sky-blue-950: #061F2D;
}