Sky Blue
#61D1EA
CyanColor Codes
All color formats for development
HEX
#61D1EARGB
rgb(97, 209, 234)HSL
hsl(191, 77%, 65%)OKLCH
oklch(0.805 0.107 214.6)CMYK
cmyk(59%, 11%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44C9E7
2#26C0E3
3#1BADCD
4#1794B0
5#137B93
6#0F6375
7#0B4A58
8#08313B
9#04191D
Tints
Lighter variations
1#71D6ED
2#81DAEF
3#90DFF1
4#A0E4F3
5#B0E8F5
6#C0EDF7
7#D0F1F9
8#DFF6FB
9#EFFAFD
Tones
Muted variations
1#68CDE4
2#6FC9DD
3#76C4D6
4#7DC0CF
5#83BCC8
6#8AB7C1
7#91B3BA
8#98AEB3
9#9FAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EE #C4EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E1 #97E1F2 | BordersInactive statesPlaceholder text |
| 400 | 61D1 #61D1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34C4 #34C4E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AA7 #1AA7C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1585 #15859E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5F #0F5F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF6FB;
--sky-blue-200: #C4EEF7;
--sky-blue-300: #97E1F2;
--sky-blue-400: #61D1EA;
--sky-blue-500: #34C4E5;
--sky-blue-600: #1AA7C7;
--sky-blue-700: #15859E;
--sky-blue-800: #0F5F71;
--sky-blue-900: #093D48;
--sky-blue-950: #06262D;
}