Sky Blue
#60BFEB
BlueColor Codes
All color formats for development
HEX
#60BFEBRGB
rgb(96, 191, 235)HSL
hsl(199, 78%, 65%)OKLCH
oklch(0.764 0.11 230.6)CMYK
cmyk(59%, 19%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43B3E8
2#25A8E4
3#1A95CF
4#1680B1
5#126B94
6#0F5576
7#0B4059
8#072B3B
9#04151E
Tints
Lighter variations
1#70C6ED
2#80CCEF
3#90D2F1
4#A0D9F3
5#B0DFF5
6#BFE6F7
7#CFECF9
8#DFF2FB
9#EFF9FD
Tones
Muted variations
1#67BDE4
2#6EBADD
3#75B8D6
4#7CB5D0
5#83B3C9
6#8AB0C2
7#91ADBB
8#98ABB4
9#9FA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E7 #C4E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D5 #97D5F2 | BordersInactive statesPlaceholder text |
| 400 | 60BF #60BFEB | Disabled statesSecondary iconsMuted text |
| 500 | 33AD #33ADE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1990 #1990C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1473 #14739F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E52 #0E5271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0934 #093449 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF2FB;
--sky-blue-200: #C4E7F8;
--sky-blue-300: #97D5F2;
--sky-blue-400: #60BFEB;
--sky-blue-500: #33ADE6;
--sky-blue-600: #1990C8;
--sky-blue-700: #14739F;
--sky-blue-800: #0E5271;
--sky-blue-900: #093449;
--sky-blue-950: #06212D;
}