Sky Blue
#60A8EB
BlueColor Codes
All color formats for development
HEX
#60A8EBRGB
rgb(96, 168, 235)HSL
hsl(209, 78%, 65%)OKLCH
oklch(0.713 0.122 248.3)CMYK
cmyk(59%, 29%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4398E8
2#2588E4
3#1A77CF
4#1666B1
5#125594
6#0F4476
7#0B3359
8#07223B
9#04111E
Tints
Lighter variations
1#70B1ED
2#80B9EF
3#90C2F1
4#A0CBF3
5#B0D4F5
6#BFDCF7
7#CFE5F9
8#DFEEFB
9#EFF6FD
Tones
Muted variations
1#67A8E4
2#6EA8DD
3#75A7D6
4#7CA7D0
5#83A7C9
6#8AA7C2
7#91A6BB
8#98A6B4
9#9FA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DF #C4DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C6 #97C6F2 | BordersInactive statesPlaceholder text |
| 400 | 60A8 #60A8EB | Disabled statesSecondary iconsMuted text |
| 500 | 338F #338FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1973 #1973C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 145C #145C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E41 #0E4171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092A #092A49 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEEFB;
--sky-blue-200: #C4DFF8;
--sky-blue-300: #97C6F2;
--sky-blue-400: #60A8EB;
--sky-blue-500: #338FE6;
--sky-blue-600: #1973C8;
--sky-blue-700: #145C9F;
--sky-blue-800: #0E4171;
--sky-blue-900: #092A49;
--sky-blue-950: #061A2D;
}