Sky Blue
#61C1EA
BlueColor Codes
All color formats for development
HEX
#61C1EARGB
rgb(97, 193, 234)HSL
hsl(198, 77%, 65%)OKLCH
oklch(0.768 0.108 228.5)CMYK
cmyk(59%, 18%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44B6E7
2#26AAE3
3#1B98CD
4#1782B0
5#136C93
6#0F5775
7#0B4158
8#082B3B
9#04161D
Tints
Lighter variations
1#71C7ED
2#81CEEF
3#90D4F1
4#A0DAF3
5#B0E0F5
6#C0E6F7
7#D0ECF9
8#DFF3FB
9#EFF9FD
Tones
Muted variations
1#68BEE4
2#6FBCDD
3#76B9D6
4#7DB6CF
5#83B3C8
6#8AB1C1
7#91AEBA
8#98ABB3
9#9FA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E8 #C4E8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D6 #97D6F2 | BordersInactive statesPlaceholder text |
| 400 | 61C1 #61C1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34B0 #34B0E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A93 #1A93C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1575 #15759E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F53 #0F5371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0935 #093548 | 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: #DFF3FB;
--sky-blue-200: #C4E8F7;
--sky-blue-300: #97D6F2;
--sky-blue-400: #61C1EA;
--sky-blue-500: #34B0E5;
--sky-blue-600: #1A93C7;
--sky-blue-700: #15759E;
--sky-blue-800: #0F5371;
--sky-blue-900: #093548;
--sky-blue-950: #06212D;
}