Sky Blue
#69C0E2
BlueColor Codes
All color formats for development
HEX
#69C0E2RGB
rgb(105, 192, 226)HSL
hsl(197, 68%, 65%)OKLCH
oklch(0.766 0.097 225.7)CMYK
cmyk(54%, 15%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DB4DD
2#31A9D8
3#2596C3
4#2081A7
5#1B6B8B
6#15566F
7#104054
8#0B2B38
9#05151C
Tints
Lighter variations
1#78C6E5
2#87CDE8
3#96D3EB
4#A5D9EE
5#B4E0F1
6#C3E6F4
7#D2ECF6
8#E1F2F9
9#F0F9FC
Tones
Muted variations
1#6FBDDC
2#75BBD6
3#7BB8D0
4#81B6CA
5#87B3C4
6#8DB0BE
7#94AEB8
8#9AABB2
9#A0A8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E8 #C7E8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD6 #9CD6EC | BordersInactive statesPlaceholder text |
| 400 | 69C0 #69C0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EAE #3EAEDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2491 #2491BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D74 #1D7496 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1453 #14536B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D35 #0D3545 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E1F2F9;
--sky-blue-200: #C7E8F4;
--sky-blue-300: #9CD6EC;
--sky-blue-400: #69C0E2;
--sky-blue-500: #3EAEDA;
--sky-blue-600: #2491BC;
--sky-blue-700: #1D7496;
--sky-blue-800: #14536B;
--sky-blue-900: #0D3545;
--sky-blue-950: #08212B;
}