Sky Blue
#69A2E2
BlueColor Codes
All color formats for development
HEX
#69A2E2RGB
rgb(105, 162, 226)HSL
hsl(212, 68%, 65%)OKLCH
oklch(0.699 0.112 252.3)CMYK
cmyk(54%, 28%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D90DD
2#317FD8
3#256FC3
4#205FA7
5#1B4F8B
6#153F6F
7#102F54
8#0B2038
9#05101C
Tints
Lighter variations
1#78ABE5
2#87B4E8
3#96BEEB
4#A5C7EE
5#B4D0F1
6#C3DAF4
7#D2E3F6
8#E1ECF9
9#F0F6FC
Tones
Muted variations
1#6FA2DC
2#75A3D6
3#7BA3D0
4#81A3CA
5#87A4C4
6#8DA4BE
7#94A5B8
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 | 9CC2 #9CC2EC | BordersInactive statesPlaceholder text |
| 400 | 69A2 #69A2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E87 #3E87DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 246B #246BBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D55 #1D5596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143D #143D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D27 #0D2745 | 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: #9CC2EC;
--sky-blue-400: #69A2E2;
--sky-blue-500: #3E87DA;
--sky-blue-600: #246BBC;
--sky-blue-700: #1D5596;
--sky-blue-800: #143D6B;
--sky-blue-900: #0D2745;
--sky-blue-950: #08182B;
}