Sky Blue
#69A0E2
BlueColor Codes
All color formats for development
HEX
#69A0E2RGB
rgb(105, 160, 226)HSL
hsl(213, 68%, 65%)OKLCH
oklch(0.695 0.114 253.8)CMYK
cmyk(54%, 29%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D8EDD
2#317CD8
3#256CC3
4#205DA7
5#1B4D8B
6#153E6F
7#102E54
8#0B1F38
9#050F1C
Tints
Lighter variations
1#78A9E5
2#87B3E8
3#96BCEB
4#A5C6EE
5#B4CFF1
6#C3D9F4
7#D2E2F6
8#E1ECF9
9#F0F5FC
Tones
Muted variations
1#6FA0DC
2#75A1D6
3#7BA2D0
4#81A2CA
5#87A3C4
6#8DA3BE
7#94A4B8
8#9AA5B2
9#A0A5AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DC #C7DCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC0 #9CC0EC | BordersInactive statesPlaceholder text |
| 400 | 69A0 #69A0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E84 #3E84DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2469 #2469BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D53 #1D5396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143B #143B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D26 #0D2645 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E1ECF9;
--sky-blue-200: #C7DCF4;
--sky-blue-300: #9CC0EC;
--sky-blue-400: #69A0E2;
--sky-blue-500: #3E84DA;
--sky-blue-600: #2469BC;
--sky-blue-700: #1D5396;
--sky-blue-800: #143B6B;
--sky-blue-900: #0D2645;
--sky-blue-950: #08182B;
}