Sky Blue
#69B4E2
BlueColor Codes
All color formats for development
HEX
#69B4E2RGB
rgb(105, 180, 226)HSL
hsl(203, 68%, 65%)OKLCH
oklch(0.739 0.1 237.2)CMYK
cmyk(54%, 20%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DA6DD
2#3198D8
3#2586C3
4#2073A7
5#1B608B
6#154D6F
7#103A54
8#0B2638
9#05131C
Tints
Lighter variations
1#78BBE5
2#87C3E8
3#96CAEB
4#A5D2EE
5#B4D9F1
6#C3E1F4
7#D2E8F6
8#E1F0F9
9#F0F7FC
Tones
Muted variations
1#6FB2DC
2#75B1D6
3#7BB0D0
4#81AECA
5#87ADC4
6#8DABBE
7#94AAB8
8#9AA9B2
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E3 #C7E3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCE #9CCEEC | BordersInactive statesPlaceholder text |
| 400 | 69B4 #69B4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E9E #3E9EDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2482 #2482BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D67 #1D6796 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144A #144A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2F #0D2F45 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E1F0F9;
--sky-blue-200: #C7E3F4;
--sky-blue-300: #9CCEEC;
--sky-blue-400: #69B4E2;
--sky-blue-500: #3E9EDA;
--sky-blue-600: #2482BC;
--sky-blue-700: #1D6796;
--sky-blue-800: #144A6B;
--sky-blue-900: #0D2F45;
--sky-blue-950: #081E2B;
}