Sky Blue
#60ADEB
BlueColor Codes
All color formats for development
HEX
#60ADEBRGB
rgb(96, 173, 235)HSL
hsl(207, 78%, 65%)OKLCH
oklch(0.724 0.119 244.8)CMYK
cmyk(59%, 26%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#439DE8
2#258EE4
3#1A7DCF
4#166BB1
5#125994
6#0F4776
7#0B3659
8#07243B
9#04121E
Tints
Lighter variations
1#70B5ED
2#80BDEF
3#90C5F1
4#A0CEF3
5#B0D6F5
6#BFDEF7
7#CFE6F9
8#DFEFFB
9#EFF7FD
Tones
Muted variations
1#67ACE4
2#6EABDD
3#75ABD6
4#7CAAD0
5#83A9C9
6#8AA9C2
7#91A8BB
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 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C9 #97C9F2 | BordersInactive statesPlaceholder text |
| 400 | 60AD #60ADEB | Disabled statesSecondary iconsMuted text |
| 500 | 3395 #3395E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1979 #1979C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1460 #14609F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E45 #0E4571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092C #092C49 | 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: #DFEFFB;
--sky-blue-200: #C4E0F8;
--sky-blue-300: #97C9F2;
--sky-blue-400: #60ADEB;
--sky-blue-500: #3395E6;
--sky-blue-600: #1979C8;
--sky-blue-700: #14609F;
--sky-blue-800: #0E4571;
--sky-blue-900: #092C49;
--sky-blue-950: #061B2D;
}