Sky Blue
#70C6DB
CyanColor Codes
All color formats for development
HEX
#70C6DBRGB
rgb(112, 198, 219)HSL
hsl(192, 60%, 65%)OKLCH
oklch(0.78 0.088 215.4)CMYK
cmyk(49%, 10%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56BBD5
2#3BB1CE
3#2E9EBA
4#28879F
5#217185
6#1B5A6A
7#144450
8#0D2D35
9#07171B
Tints
Lighter variations
1#7ECCDF
2#8DD1E2
3#9BD7E6
4#A9DDEA
5#B8E2ED
6#C6E8F1
7#D4EEF4
8#E2F4F8
9#F1F9FB
Tones
Muted variations
1#76C3D6
2#7BBFD1
3#80BCCB
4#86B9C6
5#8BB6C1
6#90B3BB
7#96AFB6
8#9BACB0
9#A0A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D9 #A1D9E8 | BordersInactive statesPlaceholder text |
| 400 | 70C6 #70C6DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B6 #47B6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D99 #2D99B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2479 #24798F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A57 #1A5766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E2F4F8;
--sky-blue-200: #CAEAF2;
--sky-blue-300: #A1D9E8;
--sky-blue-400: #70C6DB;
--sky-blue-500: #47B6D1;
--sky-blue-600: #2D99B4;
--sky-blue-700: #24798F;
--sky-blue-800: #1A5766;
--sky-blue-900: #103741;
--sky-blue-950: #0A2329;
}