Sky Blue
#69A8E2
BlueColor Codes
All color formats for development
HEX
#69A8E2RGB
rgb(105, 168, 226)HSL
hsl(209, 68%, 65%)OKLCH
oklch(0.712 0.107 247.6)CMYK
cmyk(54%, 26%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D98DD
2#3187D8
3#2577C3
4#2066A7
5#1B558B
6#15446F
7#103354
8#0B2238
9#05111C
Tints
Lighter variations
1#78B0E5
2#87B9E8
3#96C2EB
4#A5CBEE
5#B4D3F1
6#C3DCF4
7#D2E5F6
8#E1EEF9
9#F0F6FC
Tones
Muted variations
1#6FA8DC
2#75A7D6
3#7BA7D0
4#81A7CA
5#87A7C4
6#8DA7BE
7#94A6B8
8#9AA6B2
9#A0A6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DF #C7DFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC6 #9CC6EC | BordersInactive statesPlaceholder text |
| 400 | 69A8 #69A8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E8F #3E8FDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2473 #2473BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D5B #1D5B96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1441 #14416B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2A #0D2A45 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1EEF9;
--sky-blue-200: #C7DFF4;
--sky-blue-300: #9CC6EC;
--sky-blue-400: #69A8E2;
--sky-blue-500: #3E8FDA;
--sky-blue-600: #2473BC;
--sky-blue-700: #1D5B96;
--sky-blue-800: #14416B;
--sky-blue-900: #0D2A45;
--sky-blue-950: #081A2B;
}