Sky Blue
#6AB4E2
BlueColor Codes
All color formats for development
HEX
#6AB4E2RGB
rgb(106, 180, 226)HSL
hsl(203, 67%, 65%)OKLCH
oklch(0.74 0.1 237.5)CMYK
cmyk(53%, 20%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EA6DC
2#3398D7
3#2686C2
4#2173A6
5#1B608A
6#164D6F
7#103953
8#0B2637
9#05131C
Tints
Lighter variations
1#79BBE4
2#88C3E7
3#97CAEA
4#A6D2ED
5#B4D9F0
6#C3E1F3
7#D2E8F6
8#E1F0F9
9#F0F7FC
Tones
Muted variations
1#70B2DC
2#76B1D6
3#7CB0D0
4#82AECA
5#88ADC4
6#8EABBE
7#94AAB8
8#9AA9B2
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E3 #C8E3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DCE #9DCEEC | BordersInactive statesPlaceholder text |
| 400 | 6AB4 #6AB4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F9E #3F9ED9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2582 #2582BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D67 #1D6795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 154A #154A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2F #0D2F44 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E1F0F9;
--sky-blue-200: #C8E3F4;
--sky-blue-300: #9DCEEC;
--sky-blue-400: #6AB4E2;
--sky-blue-500: #3F9ED9;
--sky-blue-600: #2582BB;
--sky-blue-700: #1D6795;
--sky-blue-800: #154A6A;
--sky-blue-900: #0D2F44;
--sky-blue-950: #081D2B;
}