Sky Blue
#70C4DB
CyanColor Codes
All color formats for development
HEX
#70C4DBRGB
rgb(112, 196, 219)HSL
hsl(193, 60%, 65%)OKLCH
oklch(0.776 0.088 217.5)CMYK
cmyk(49%, 11%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56B9D5
2#3BAECE
3#2E9BBA
4#28859F
5#216F85
6#1B596A
7#144350
8#0D2C35
9#07161B
Tints
Lighter variations
1#7ECADF
2#8DD0E2
3#9BD6E6
4#A9DCEA
5#B8E2ED
6#C6E7F1
7#D4EDF4
8#E2F3F8
9#F1F9FB
Tones
Muted variations
1#76C1D6
2#7BBED1
3#80BBCB
4#86B8C6
5#8BB5C1
6#90B2BB
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 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE9 #CAE9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D8 #A1D8E8 | BordersInactive statesPlaceholder text |
| 400 | 70C4 #70C4DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B3 #47B3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D96 #2D96B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2478 #24788F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A55 #1A5566 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E2F3F8;
--sky-blue-200: #CAE9F2;
--sky-blue-300: #A1D8E8;
--sky-blue-400: #70C4DB;
--sky-blue-500: #47B3D1;
--sky-blue-600: #2D96B4;
--sky-blue-700: #24788F;
--sky-blue-800: #1A5566;
--sky-blue-900: #103741;
--sky-blue-950: #0A2229;
}