Sky Blue
#6AC2E2
BlueColor Codes
All color formats for development
HEX
#6AC2E2RGB
rgb(106, 194, 226)HSL
hsl(196, 67%, 65%)OKLCH
oklch(0.771 0.096 224)CMYK
cmyk(53%, 14%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EB6DC
2#33ABD7
3#2698C2
4#2183A6
5#1B6D8A
6#16576F
7#104153
8#0B2C37
9#05161C
Tints
Lighter variations
1#79C8E4
2#88CEE7
3#97D4EA
4#A6DAED
5#B4E0F0
6#C3E6F3
7#D2EDF6
8#E1F3F9
9#F0F9FC
Tones
Muted variations
1#70BFDC
2#76BCD6
3#7CB9D0
4#82B6CA
5#88B4C4
6#8EB1BE
7#94AEB8
8#9AABB2
9#A0A9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E8 #C8E8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD7 #9DD7EC | BordersInactive statesPlaceholder text |
| 400 | 6AC2 #6AC2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FB0 #3FB0D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2593 #2593BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D75 #1D7595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1554 #15546A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D36 #0D3644 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFC;
--sky-blue-100: #E1F3F9;
--sky-blue-200: #C8E8F4;
--sky-blue-300: #9DD7EC;
--sky-blue-400: #6AC2E2;
--sky-blue-500: #3FB0D9;
--sky-blue-600: #2593BB;
--sky-blue-700: #1D7595;
--sky-blue-800: #15546A;
--sky-blue-900: #0D3644;
--sky-blue-950: #08212B;
}