Sky Blue
#70CFDB
CyanColor Codes
All color formats for development
HEX
#70CFDBRGB
rgb(112, 207, 219)HSL
hsl(187, 60%, 65%)OKLCH
oklch(0.801 0.092 206.2)CMYK
cmyk(49%, 5%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56C6D5
2#3BBDCE
3#2EA9BA
4#28919F
5#217985
6#1B616A
7#144950
8#0D3035
9#07181B
Tints
Lighter variations
1#7ED4DF
2#8DD8E2
3#9BDDE6
4#A9E2EA
5#B8E7ED
6#C6ECF1
7#D4F1F4
8#E2F5F8
9#F1FAFB
Tones
Muted variations
1#76CBD6
2#7BC7D1
3#80C2CB
4#86BEC6
5#8BBAC1
6#90B6BB
7#96B2B6
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 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DF #A1DFE8 | BordersInactive statesPlaceholder text |
| 400 | 70CF #70CFDB | Disabled statesSecondary iconsMuted text |
| 500 | 47C1 #47C1D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DA4 #2DA4B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2482 #24828F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5D #1A5D66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103C #103C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F5F8;
--sky-blue-200: #CAEDF2;
--sky-blue-300: #A1DFE8;
--sky-blue-400: #70CFDB;
--sky-blue-500: #47C1D1;
--sky-blue-600: #2DA4B4;
--sky-blue-700: #24828F;
--sky-blue-800: #1A5D66;
--sky-blue-900: #103C41;
--sky-blue-950: #0A2529;
}