Sky Blue
#6CACE0
BlueColor Codes
All color formats for development
HEX
#6CACE0RGB
rgb(108, 172, 224)HSL
hsl(207, 65%, 65%)OKLCH
oklch(0.722 0.101 244.3)CMYK
cmyk(52%, 23%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#509CDA
2#358DD4
3#297CBF
4#236AA4
5#1D5889
6#17476D
7#113552
8#0C2337
9#06121B
Tints
Lighter variations
1#7AB4E3
2#89BCE6
3#98C5E9
4#A7CDEC
5#B5D5EF
6#C4DEF3
7#D3E6F6
8#E2EEF9
9#F0F7FC
Tones
Muted variations
1#72ABDA
2#77AAD4
3#7DAACE
4#83A9C9
5#89A9C3
6#8FA8BD
7#94A7B7
8#9AA7B1
9#A0A6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E0 #C8E0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC8 #9EC8EA | BordersInactive statesPlaceholder text |
| 400 | 6CAC #6CACE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4294 #4294D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2777 #2777B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F5F #1F5F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1644 #164469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2B #0E2B43 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FC;
--sky-blue-100: #E2EEF9;
--sky-blue-200: #C8E0F3;
--sky-blue-300: #9EC8EA;
--sky-blue-400: #6CACE0;
--sky-blue-500: #4294D7;
--sky-blue-600: #2777B9;
--sky-blue-700: #1F5F93;
--sky-blue-800: #164469;
--sky-blue-900: #0E2B43;
--sky-blue-950: #091B2A;
}