Sky Blue
#69A6E2
BlueColor Codes
All color formats for development
HEX
#69A6E2RGB
rgb(105, 166, 226)HSL
hsl(210, 68%, 65%)OKLCH
oklch(0.708 0.109 249.2)CMYK
cmyk(54%, 27%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D95DD
2#3185D8
3#2574C3
4#2063A7
5#1B538B
6#15426F
7#103254
8#0B2138
9#05111C
Tints
Lighter variations
1#78AFE5
2#87B8E8
3#96C1EB
4#A5C9EE
5#B4D2F1
6#C3DBF4
7#D2E4F6
8#E1EDF9
9#F0F6FC
Tones
Muted variations
1#6FA6DC
2#75A6D6
3#7BA6D0
4#81A6CA
5#87A6C4
6#8DA6BE
7#94A6B8
8#9AA6B2
9#A0A6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DE #C7DEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC4 #9CC4EC | BordersInactive statesPlaceholder text |
| 400 | 69A6 #69A6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E8C #3E8CDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2470 #2470BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D59 #1D5996 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1440 #14406B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D29 #0D2945 | 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: #F2F7FD;
--sky-blue-100: #E1EDF9;
--sky-blue-200: #C7DEF4;
--sky-blue-300: #9CC4EC;
--sky-blue-400: #69A6E2;
--sky-blue-500: #3E8CDA;
--sky-blue-600: #2470BC;
--sky-blue-700: #1D5996;
--sky-blue-800: #14406B;
--sky-blue-900: #0D2945;
--sky-blue-950: #081A2B;
}