Sky Blue
#70C2DB
CyanColor Codes
All color formats for development
HEX
#70C2DBRGB
rgb(112, 194, 219)HSL
hsl(194, 60%, 65%)OKLCH
oklch(0.771 0.088 219.7)CMYK
cmyk(49%, 11%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56B7D5
2#3BACCE
3#2E99BA
4#28839F
5#216D85
6#1B586A
7#144250
8#0D2C35
9#07161B
Tints
Lighter variations
1#7EC8DF
2#8DCEE2
3#9BD5E6
4#A9DBEA
5#B8E1ED
6#C6E7F1
7#D4EDF4
8#E2F3F8
9#F1F9FB
Tones
Muted variations
1#76BFD6
2#7BBDD1
3#80BACB
4#86B7C6
5#8BB4C1
6#90B1BB
7#96AEB6
8#9BABB0
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 | CAE8 #CAE8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D7 #A1D7E8 | BordersInactive statesPlaceholder text |
| 400 | 70C2 #70C2DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B1 #47B1D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D94 #2D94B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2476 #24768F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A54 #1A5466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1036 #103641 | 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: #CAE8F2;
--sky-blue-300: #A1D7E8;
--sky-blue-400: #70C2DB;
--sky-blue-500: #47B1D1;
--sky-blue-600: #2D94B4;
--sky-blue-700: #24768F;
--sky-blue-800: #1A5466;
--sky-blue-900: #103641;
--sky-blue-950: #0A2229;
}