Sky Blue
#6AB0E2
BlueColor Codes
All color formats for development
HEX
#6AB0E2RGB
rgb(106, 176, 226)HSL
hsl(205, 67%, 65%)OKLCH
oklch(0.731 0.102 241.1)CMYK
cmyk(53%, 22%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EA1DC
2#3392D7
3#2681C2
4#216FA6
5#1B5C8A
6#164A6F
7#103753
8#0B2537
9#05121C
Tints
Lighter variations
1#79B8E4
2#88C0E7
3#97C8EA
4#A6CFED
5#B4D7F0
6#C3DFF3
7#D2E7F6
8#E1EFF9
9#F0F7FC
Tones
Muted variations
1#70AFDC
2#76AED6
3#7CADD0
4#82ACCA
5#88ABC4
6#8EAABE
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 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E2 #C8E2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DCB #9DCBEC | BordersInactive statesPlaceholder text |
| 400 | 6AB0 #6AB0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F99 #3F99D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 257D #257DBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D63 #1D6395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1547 #15476A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2D #0D2D44 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FC;
--sky-blue-100: #E1EFF9;
--sky-blue-200: #C8E2F4;
--sky-blue-300: #9DCBEC;
--sky-blue-400: #6AB0E2;
--sky-blue-500: #3F99D9;
--sky-blue-600: #257DBB;
--sky-blue-700: #1D6395;
--sky-blue-800: #15476A;
--sky-blue-900: #0D2D44;
--sky-blue-950: #081C2B;
}