Sky Blue
#6AB8E2
BlueColor Codes
All color formats for development
HEX
#6AB8E2RGB
rgb(106, 184, 226)HSL
hsl(201, 67%, 65%)OKLCH
oklch(0.749 0.098 233.7)CMYK
cmyk(53%, 19%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EAADC
2#339DD7
3#268BC2
4#2177A6
5#1B648A
6#16506F
7#103C53
8#0B2837
9#05141C
Tints
Lighter variations
1#79BFE4
2#88C6E7
3#97CDEA
4#A6D4ED
5#B4DBF0
6#C3E2F3
7#D2EAF6
8#E1F1F9
9#F0F8FC
Tones
Muted variations
1#70B6DC
2#76B4D6
3#7CB2D0
4#82B1CA
5#88AFC4
6#8EADBE
7#94ABB8
8#9AA9B2
9#A0A8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E5 #C8E5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD0 #9DD0EC | BordersInactive statesPlaceholder text |
| 400 | 6AB8 #6AB8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FA3 #3FA3D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2587 #2587BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D6B #1D6B95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 154D #154D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D31 #0D3144 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E1F1F9;
--sky-blue-200: #C8E5F4;
--sky-blue-300: #9DD0EC;
--sky-blue-400: #6AB8E2;
--sky-blue-500: #3FA3D9;
--sky-blue-600: #2587BB;
--sky-blue-700: #1D6B95;
--sky-blue-800: #154D6A;
--sky-blue-900: #0D3144;
--sky-blue-950: #081F2B;
}