Sky Blue
#6AC4E2
BlueColor Codes
All color formats for development
HEX
#6AC4E2RGB
rgb(106, 196, 226)HSL
hsl(195, 67%, 65%)OKLCH
oklch(0.776 0.096 222)CMYK
cmyk(53%, 13%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EB9DC
2#33AED7
3#269BC2
4#2185A6
5#1B6F8A
6#16596F
7#104253
8#0B2C37
9#05161C
Tints
Lighter variations
1#79CAE4
2#88D0E7
3#97D5EA
4#A6DBED
5#B4E1F0
6#C3E7F3
7#D2EDF6
8#E1F3F9
9#F0F9FC
Tones
Muted variations
1#70C1DC
2#76BED6
3#7CBBD0
4#82B8CA
5#88B5C4
6#8EB2BE
7#94AFB8
8#9AACB2
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 | C8E9 #C8E9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD8 #9DD8EC | BordersInactive statesPlaceholder text |
| 400 | 6AC4 #6AC4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FB3 #3FB3D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2596 #2596BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D77 #1D7795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1555 #15556A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D36 #0D3644 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | 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: #C8E9F4;
--sky-blue-300: #9DD8EC;
--sky-blue-400: #6AC4E2;
--sky-blue-500: #3FB3D9;
--sky-blue-600: #2596BB;
--sky-blue-700: #1D7795;
--sky-blue-800: #15556A;
--sky-blue-900: #0D3644;
--sky-blue-950: #08222B;
}