Sky Blue
#6AA4E2
BlueColor Codes
All color formats for development
HEX
#6AA4E2RGB
rgb(106, 164, 226)HSL
hsl(211, 67%, 65%)OKLCH
oklch(0.704 0.11 251.1)CMYK
cmyk(53%, 27%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E93DC
2#3382D7
3#2671C2
4#2161A6
5#1B518A
6#16416F
7#103153
8#0B2037
9#05101C
Tints
Lighter variations
1#79ADE4
2#88B6E7
3#97BFEA
4#A6C8ED
5#B4D1F0
6#C3DBF3
7#D2E4F6
8#E1EDF9
9#F0F6FC
Tones
Muted variations
1#70A4DC
2#76A4D6
3#7CA4D0
4#82A5CA
5#88A5C4
6#8EA5BE
7#94A5B8
8#9AA5B2
9#A0A6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DD #C8DDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DC3 #9DC3EC | BordersInactive statesPlaceholder text |
| 400 | 6AA4 #6AA4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F8A #3F8AD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 256E #256EBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D57 #1D5795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 153E #153E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D28 #0D2844 | Primary textHigh emphasis contentDark headings |
| 950 | 0819 #08192B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FC;
--sky-blue-100: #E1EDF9;
--sky-blue-200: #C8DDF4;
--sky-blue-300: #9DC3EC;
--sky-blue-400: #6AA4E2;
--sky-blue-500: #3F8AD9;
--sky-blue-600: #256EBB;
--sky-blue-700: #1D5795;
--sky-blue-800: #153E6A;
--sky-blue-900: #0D2844;
--sky-blue-950: #08192B;
}