Sky Blue
#69BCE2
BlueColor Codes
All color formats for development
HEX
#69BCE2RGB
rgb(105, 188, 226)HSL
hsl(199, 68%, 65%)OKLCH
oklch(0.757 0.098 229.6)CMYK
cmyk(54%, 17%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DB0DD
2#31A3D8
3#2591C3
4#207CA7
5#1B688B
6#15536F
7#103E54
8#0B2938
9#05151C
Tints
Lighter variations
1#78C3E5
2#87C9E8
3#96D0EB
4#A5D7EE
5#B4DEF1
6#C3E4F4
7#D2EBF6
8#E1F2F9
9#F0F8FC
Tones
Muted variations
1#6FBADC
2#75B8D6
3#7BB5D0
4#81B3CA
5#87B1C4
6#8DAFBE
7#94ACB8
8#9AAAB2
9#A0A8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E6 #C7E6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD3 #9CD3EC | BordersInactive statesPlaceholder text |
| 400 | 69BC #69BCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EA9 #3EA9DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 248C #248CBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D70 #1D7096 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1450 #14506B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D33 #0D3345 | Primary textHigh emphasis contentDark headings |
| 950 | 0820 #08202B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E1F2F9;
--sky-blue-200: #C7E6F4;
--sky-blue-300: #9CD3EC;
--sky-blue-400: #69BCE2;
--sky-blue-500: #3EA9DA;
--sky-blue-600: #248CBC;
--sky-blue-700: #1D7096;
--sky-blue-800: #14506B;
--sky-blue-900: #0D3345;
--sky-blue-950: #08202B;
}