Sky Blue
#6AC0E2
BlueColor Codes
All color formats for development
HEX
#6AC0E2RGB
rgb(106, 192, 226)HSL
hsl(197, 67%, 65%)OKLCH
oklch(0.767 0.096 225.9)CMYK
cmyk(53%, 15%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EB4DC
2#33A8D7
3#2696C2
4#2180A6
5#1B6B8A
6#16566F
7#104053
8#0B2B37
9#05151C
Tints
Lighter variations
1#79C6E4
2#88CCE7
3#97D3EA
4#A6D9ED
5#B4DFF0
6#C3E6F3
7#D2ECF6
8#E1F2F9
9#F0F9FC
Tones
Muted variations
1#70BDDC
2#76BAD6
3#7CB8D0
4#82B5CA
5#88B3C4
6#8EB0BE
7#94AEB8
8#9AABB2
9#A0A8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD5 #9DD5EC | BordersInactive statesPlaceholder text |
| 400 | 6AC0 #6AC0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FAE #3FAED9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2591 #2591BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D73 #1D7395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1552 #15526A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D35 #0D3544 | 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: #E1F2F9;
--sky-blue-200: #C8E7F4;
--sky-blue-300: #9DD5EC;
--sky-blue-400: #6AC0E2;
--sky-blue-500: #3FAED9;
--sky-blue-600: #2591BB;
--sky-blue-700: #1D7395;
--sky-blue-800: #15526A;
--sky-blue-900: #0D3544;
--sky-blue-950: #08212B;
}