Sky Blue
#60AAEB
BlueColor Codes
All color formats for development
HEX
#60AAEBRGB
rgb(96, 170, 235)HSL
hsl(208, 78%, 65%)OKLCH
oklch(0.717 0.121 246.9)CMYK
cmyk(59%, 28%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#439BE8
2#258BE4
3#1A7ACF
4#1669B1
5#125794
6#0F4676
7#0B3459
8#07233B
9#04111E
Tints
Lighter variations
1#70B3ED
2#80BBEF
3#90C4F1
4#A0CCF3
5#B0D5F5
6#BFDDF7
7#CFE6F9
8#DFEEFB
9#EFF7FD
Tones
Muted variations
1#67AAE4
2#6EA9DD
3#75A9D6
4#7CA9D0
5#83A8C9
6#8AA8C2
7#91A7BB
8#98A7B4
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 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C7 #97C7F2 | BordersInactive statesPlaceholder text |
| 400 | 60AA #60AAEB | Disabled statesSecondary iconsMuted text |
| 500 | 3392 #3392E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1976 #1976C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 145E #145E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E43 #0E4371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092B #092B49 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | 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: #C4E0F8;
--sky-blue-300: #97C7F2;
--sky-blue-400: #60AAEB;
--sky-blue-500: #3392E6;
--sky-blue-600: #1976C8;
--sky-blue-700: #145E9F;
--sky-blue-800: #0E4371;
--sky-blue-900: #092B49;
--sky-blue-950: #061B2D;
}