Sky Blue
#61CDEA
CyanColor Codes
All color formats for development
HEX
#61CDEARGB
rgb(97, 205, 234)HSL
hsl(193, 77%, 65%)OKLCH
oklch(0.796 0.107 218)CMYK
cmyk(59%, 12%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44C3E7
2#26BAE3
3#1BA7CD
4#178FB0
5#137793
6#0F5F75
7#0B4758
8#08303B
9#04181D
Tints
Lighter variations
1#71D2ED
2#81D7EF
3#90DCF1
4#A0E1F3
5#B0E6F5
6#C0EBF7
7#D0F0F9
8#DFF5FB
9#EFFAFD
Tones
Muted variations
1#68C9E4
2#6FC5DD
3#76C1D6
4#7DBDCF
5#83B9C8
6#8AB5C1
7#91B1BA
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 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EC #C4ECF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DE #97DEF2 | BordersInactive statesPlaceholder text |
| 400 | 61CD #61CDEA | Disabled statesSecondary iconsMuted text |
| 500 | 34BE #34BEE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AA1 #1AA1C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1580 #15809E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5C #0F5C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093B #093B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF5FB;
--sky-blue-200: #C4ECF7;
--sky-blue-300: #97DEF2;
--sky-blue-400: #61CDEA;
--sky-blue-500: #34BEE5;
--sky-blue-600: #1AA1C7;
--sky-blue-700: #15809E;
--sky-blue-800: #0F5C71;
--sky-blue-900: #093B48;
--sky-blue-950: #06252D;
}