Sky Blue
#70D1DB
CyanColor Codes
All color formats for development
HEX
#70D1DBRGB
rgb(112, 209, 219)HSL
hsl(186, 60%, 65%)OKLCH
oklch(0.805 0.093 204.3)CMYK
cmyk(49%, 5%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56C8D5
2#3BBFCE
3#2EACBA
4#28939F
5#217B85
6#1B626A
7#144A50
8#0D3135
9#07191B
Tints
Lighter variations
1#7ED5DF
2#8DDAE2
3#9BDFE6
4#A9E3EA
5#B8E8ED
6#C6ECF1
7#D4F1F4
8#E2F6F8
9#F1FAFB
Tones
Muted variations
1#76CCD6
2#7BC8D1
3#80C4CB
4#86BFC6
5#8BBBC1
6#90B7BB
7#96B3B6
8#9BAEB0
9#A0AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEE #CAEEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E1 #A1E1E8 | BordersInactive statesPlaceholder text |
| 400 | 70D1 #70D1DB | Disabled statesSecondary iconsMuted text |
| 500 | 47C3 #47C3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DA6 #2DA6B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2484 #24848F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5E #1A5E66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103C #103C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F6F8;
--sky-blue-200: #CAEEF2;
--sky-blue-300: #A1E1E8;
--sky-blue-400: #70D1DB;
--sky-blue-500: #47C3D1;
--sky-blue-600: #2DA6B4;
--sky-blue-700: #24848F;
--sky-blue-800: #1A5E66;
--sky-blue-900: #103C41;
--sky-blue-950: #0A2629;
}