Sky Blue
#6AB2E2
BlueColor Codes
All color formats for development
HEX
#6AB2E2RGB
rgb(106, 178, 226)HSL
hsl(204, 67%, 65%)OKLCH
oklch(0.735 0.101 239.3)CMYK
cmyk(53%, 21%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EA3DC
2#3395D7
3#2684C2
4#2171A6
5#1B5E8A
6#164B6F
7#103853
8#0B2637
9#05131C
Tints
Lighter variations
1#79B9E4
2#88C1E7
3#97C9EA
4#A6D1ED
5#B4D8F0
6#C3E0F3
7#D2E8F6
8#E1F0F9
9#F0F7FC
Tones
Muted variations
1#70B1DC
2#76AFD6
3#7CAED0
4#82ADCA
5#88ACC4
6#8EABBE
7#94A9B8
8#9AA8B2
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E2 #C8E2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DCC #9DCCEC | BordersInactive statesPlaceholder text |
| 400 | 6AB2 #6AB2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F9C #3F9CD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 257F #257FBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D65 #1D6595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1548 #15486A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2E #0D2E44 | 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: #F2F8FC;
--sky-blue-100: #E1F0F9;
--sky-blue-200: #C8E2F4;
--sky-blue-300: #9DCCEC;
--sky-blue-400: #6AB2E2;
--sky-blue-500: #3F9CD9;
--sky-blue-600: #257FBB;
--sky-blue-700: #1D6595;
--sky-blue-800: #15486A;
--sky-blue-900: #0D2E44;
--sky-blue-950: #081D2B;
}