Sky Blue
#61D6EA
CyanColor Codes
All color formats for development
HEX
#61D6EARGB
rgb(97, 214, 234)HSL
hsl(189, 77%, 65%)OKLCH
oklch(0.816 0.108 210.4)CMYK
cmyk(59%, 9%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44CEE7
2#26C7E3
3#1BB3CD
4#1799B0
5#138093
6#0F6675
7#0B4D58
8#08333B
9#041A1D
Tints
Lighter variations
1#71DAED
2#81DEEF
3#90E2F1
4#A0E6F3
5#B0EAF5
6#C0EFF7
7#D0F3F9
8#DFF7FB
9#EFFBFD
Tones
Muted variations
1#68D1E4
2#6FCCDD
3#76C7D6
4#7DC3CF
5#83BEC8
6#8AB9C1
7#91B4BA
8#98AFB3
9#9FABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F0 #C4F0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E4 #97E4F2 | BordersInactive statesPlaceholder text |
| 400 | 61D6 #61D6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34CA #34CAE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AAD #1AADC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1589 #15899E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F62 #0F6271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF7FB;
--sky-blue-200: #C4F0F7;
--sky-blue-300: #97E4F2;
--sky-blue-400: #61D6EA;
--sky-blue-500: #34CAE5;
--sky-blue-600: #1AADC7;
--sky-blue-700: #15899E;
--sky-blue-800: #0F6271;
--sky-blue-900: #093F48;
--sky-blue-950: #06272D;
}