Sky Blue
#69B0E2
BlueColor Codes
All color formats for development
HEX
#69B0E2RGB
rgb(105, 176, 226)HSL
hsl(205, 68%, 65%)OKLCH
oklch(0.73 0.102 240.8)CMYK
cmyk(54%, 22%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DA1DD
2#3192D8
3#2581C3
4#206FA7
5#1B5C8B
6#154A6F
7#103754
8#0B2538
9#05121C
Tints
Lighter variations
1#78B8E5
2#87C0E8
3#96C8EB
4#A5D0EE
5#B4D7F1
6#C3DFF4
7#D2E7F6
8#E1EFF9
9#F0F7FC
Tones
Muted variations
1#6FAFDC
2#75AED6
3#7BADD0
4#81ACCA
5#87ABC4
6#8DAABE
7#94A9B8
8#9AA8B2
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCB #9CCBEC | BordersInactive statesPlaceholder text |
| 400 | 69B0 #69B0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E99 #3E99DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 247D #247DBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D63 #1D6396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1447 #14476B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2D #0D2D45 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1EFF9;
--sky-blue-200: #C7E2F4;
--sky-blue-300: #9CCBEC;
--sky-blue-400: #69B0E2;
--sky-blue-500: #3E99DA;
--sky-blue-600: #247DBC;
--sky-blue-700: #1D6396;
--sky-blue-800: #14476B;
--sky-blue-900: #0D2D45;
--sky-blue-950: #081C2B;
}