Sky Blue
#6AC6E2
CyanColor Codes
All color formats for development
HEX
#6AC6E2RGB
rgb(106, 198, 226)HSL
hsl(194, 67%, 65%)OKLCH
oklch(0.78 0.096 220)CMYK
cmyk(53%, 12%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EBBDC
2#33B0D7
3#269DC2
4#2187A6
5#1B708A
6#165A6F
7#104353
8#0B2D37
9#05161C
Tints
Lighter variations
1#79CBE4
2#88D1E7
3#97D7EA
4#A6DDED
5#B4E2F0
6#C3E8F3
7#D2EEF6
8#E1F4F9
9#F0F9FC
Tones
Muted variations
1#70C2DC
2#76BFD6
3#7CBCD0
4#82B9CA
5#88B6C4
6#8EB3BE
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 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EA #C8EAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD9 #9DD9EC | BordersInactive statesPlaceholder text |
| 400 | 6AC6 #6AC6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FB5 #3FB5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2598 #2598BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D79 #1D7995 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1557 #15576A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D37 #0D3744 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFC;
--sky-blue-100: #E1F4F9;
--sky-blue-200: #C8EAF4;
--sky-blue-300: #9DD9EC;
--sky-blue-400: #6AC6E2;
--sky-blue-500: #3FB5D9;
--sky-blue-600: #2598BB;
--sky-blue-700: #1D7995;
--sky-blue-800: #15576A;
--sky-blue-900: #0D3744;
--sky-blue-950: #08232B;
}