Sky Blue
#6AD4E2
CyanColor Codes
All color formats for development
HEX
#6AD4E2RGB
rgb(106, 212, 226)HSL
hsl(187, 67%, 65%)OKLCH
oklch(0.812 0.1 206.8)CMYK
cmyk(53%, 6%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4ECCDC
2#33C3D7
3#26B0C2
4#2197A6
5#1B7D8A
6#16646F
7#104B53
8#0B3237
9#05191C
Tints
Lighter variations
1#79D8E4
2#88DCE7
3#97E1EA
4#A6E5ED
5#B4E9F0
6#C3EEF3
7#D2F2F6
8#E1F6F9
9#F0FBFC
Tones
Muted variations
1#70CFDC
2#76CAD6
3#7CC6D0
4#82C1CA
5#88BDC4
6#8EB8BE
7#94B4B8
8#9AAFB2
9#A0AAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EF #C8EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE2 #9DE2EC | BordersInactive statesPlaceholder text |
| 400 | 6AD4 #6AD4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FC7 #3FC7D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25AA #25AABB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D87 #1D8795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1560 #15606A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3E #0D3E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E1F6F9;
--sky-blue-200: #C8EFF4;
--sky-blue-300: #9DE2EC;
--sky-blue-400: #6AD4E2;
--sky-blue-500: #3FC7D9;
--sky-blue-600: #25AABB;
--sky-blue-700: #1D8795;
--sky-blue-800: #15606A;
--sky-blue-900: #0D3E44;
--sky-blue-950: #08272B;
}