Sky Blue
#6AAEE2
BlueColor Codes
All color formats for development
HEX
#6AAEE2RGB
rgb(106, 174, 226)HSL
hsl(206, 67%, 65%)OKLCH
oklch(0.726 0.103 242.9)CMYK
cmyk(53%, 23%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E9FDC
2#3390D7
3#267EC2
4#216CA6
5#1B5A8A
6#16486F
7#103653
8#0B2437
9#05121C
Tints
Lighter variations
1#79B6E4
2#88BEE7
3#97C6EA
4#A6CEED
5#B4D6F0
6#C3DEF3
7#D2E7F6
8#E1EFF9
9#F0F7FC
Tones
Muted variations
1#70ADDC
2#76ACD6
3#7CABD0
4#82ABCA
5#88AAC4
6#8EA9BE
7#94A8B8
8#9AA7B2
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 | C8E1 #C8E1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DCA #9DCAEC | BordersInactive statesPlaceholder text |
| 400 | 6AAE #6AAEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F97 #3F97D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 257A #257ABB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D61 #1D6195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1545 #15456A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C44 | 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: #C8E1F4;
--sky-blue-300: #9DCAEC;
--sky-blue-400: #6AAEE2;
--sky-blue-500: #3F97D9;
--sky-blue-600: #257ABB;
--sky-blue-700: #1D6195;
--sky-blue-800: #15456A;
--sky-blue-900: #0D2C44;
--sky-blue-950: #081C2B;
}