Sky Blue
#60A6EB
BlueColor Codes
All color formats for development
HEX
#60A6EBRGB
rgb(96, 166, 235)HSL
hsl(210, 78%, 65%)OKLCH
oklch(0.708 0.124 249.7)CMYK
cmyk(59%, 29%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4395E8
2#2585E4
3#1A74CF
4#1663B1
5#125394
6#0F4276
7#0B3259
8#07213B
9#04111E
Tints
Lighter variations
1#70AFED
2#80B8EF
3#90C1F1
4#A0C9F3
5#B0D2F5
6#BFDBF7
7#CFE4F9
8#DFEDFB
9#EFF6FD
Tones
Muted variations
1#67A6E4
2#6EA6DD
3#75A6D6
4#7CA6D0
5#83A6C9
6#8AA6C2
7#91A6BB
8#98A6B4
9#9FA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DE #C4DEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C4 #97C4F2 | BordersInactive statesPlaceholder text |
| 400 | 60A6 #60A6EB | Disabled statesSecondary iconsMuted text |
| 500 | 338C #338CE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1970 #1970C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1459 #14599F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E40 #0E4071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0929 #092949 | 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: #F1F7FD;
--sky-blue-100: #DFEDFB;
--sky-blue-200: #C4DEF8;
--sky-blue-300: #97C4F2;
--sky-blue-400: #60A6EB;
--sky-blue-500: #338CE6;
--sky-blue-600: #1970C8;
--sky-blue-700: #14599F;
--sky-blue-800: #0E4071;
--sky-blue-900: #092949;
--sky-blue-950: #061A2D;
}