Sky Blue
#61C6EA
BlueColor Codes
All color formats for development
HEX
#61C6EARGB
rgb(97, 198, 234)HSL
hsl(196, 77%, 65%)OKLCH
oklch(0.78 0.107 224.1)CMYK
cmyk(59%, 15%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44BBE7
2#26B1E3
3#1B9ECD
4#1787B0
5#137193
6#0F5A75
7#0B4458
8#082D3B
9#04171D
Tints
Lighter variations
1#71CCED
2#81D1EF
3#90D7F1
4#A0DDF3
5#B0E2F5
6#C0E8F7
7#D0EEF9
8#DFF4FB
9#EFF9FD
Tones
Muted variations
1#68C3E4
2#6FBFDD
3#76BCD6
4#7DB9CF
5#83B6C8
6#8AB3C1
7#91AFBA
8#98ACB3
9#9FA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EA #C4EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D9 #97D9F2 | BordersInactive statesPlaceholder text |
| 400 | 61C6 #61C6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34B5 #34B5E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A99 #1A99C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1579 #15799E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F57 #0F5771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0937 #093748 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF4FB;
--sky-blue-200: #C4EAF7;
--sky-blue-300: #97D9F2;
--sky-blue-400: #61C6EA;
--sky-blue-500: #34B5E5;
--sky-blue-600: #1A99C7;
--sky-blue-700: #15799E;
--sky-blue-800: #0F5771;
--sky-blue-900: #093748;
--sky-blue-950: #06232D;
}