Sky Blue
#6ADAE2
CyanColor Codes
All color formats for development
HEX
#6ADAE2RGB
rgb(106, 218, 226)HSL
hsl(184, 67%, 65%)OKLCH
oklch(0.826 0.103 201.6)CMYK
cmyk(53%, 4%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4ED3DC
2#33CCD7
3#26B7C2
4#219DA6
5#1B838A
6#16696F
7#104F53
8#0B3437
9#051A1C
Tints
Lighter variations
1#79DDE4
2#88E1E7
3#97E5EA
4#A6E9ED
5#B4ECF0
6#C3F0F3
7#D2F4F6
8#E1F8F9
9#F0FBFC
Tones
Muted variations
1#70D4DC
2#76CFD6
3#7CCAD0
4#82C5CA
5#88C0C4
6#8EBABE
7#94B5B8
8#9AB0B2
9#A0ABAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F1 #C8F1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE6 #9DE6EC | BordersInactive statesPlaceholder text |
| 400 | 6ADA #6ADAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FCF #3FCFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25B1 #25B1BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8D #1D8D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1565 #15656A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D40 #0D4044 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F8F9;
--sky-blue-200: #C8F1F4;
--sky-blue-300: #9DE6EC;
--sky-blue-400: #6ADAE2;
--sky-blue-500: #3FCFD9;
--sky-blue-600: #25B1BB;
--sky-blue-700: #1D8D95;
--sky-blue-800: #15656A;
--sky-blue-900: #0D4044;
--sky-blue-950: #08282B;
}