Sky Blue
#61DAEA
CyanColor Codes
All color formats for development
HEX
#61DAEARGB
rgb(97, 218, 234)HSL
hsl(187, 77%, 65%)OKLCH
oklch(0.826 0.11 207.1)CMYK
cmyk(59%, 7%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44D4E7
2#26CDE3
3#1BB9CD
4#179EB0
5#138493
6#0F6975
7#0B4F58
8#08353B
9#041A1D
Tints
Lighter variations
1#71DEED
2#81E2EF
3#90E5F1
4#A0E9F3
5#B0EDF5
6#C0F0F7
7#D0F4F9
8#DFF8FB
9#EFFBFD
Tones
Muted variations
1#68D5E4
2#6FD0DD
3#76CBD6
4#7DC5CF
5#83C0C8
6#8ABBC1
7#91B6BA
8#98B0B3
9#9FABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E7 #97E7F2 | BordersInactive statesPlaceholder text |
| 400 | 61DA #61DAEA | Disabled statesSecondary iconsMuted text |
| 500 | 34D0 #34D0E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AB2 #1AB2C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158E #158E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F65 #0F6571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0941 #094148 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF8FB;
--sky-blue-200: #C4F1F7;
--sky-blue-300: #97E7F2;
--sky-blue-400: #61DAEA;
--sky-blue-500: #34D0E5;
--sky-blue-600: #1AB2C7;
--sky-blue-700: #158E9E;
--sky-blue-800: #0F6571;
--sky-blue-900: #094148;
--sky-blue-950: #06292D;
}