Sky Blue
#69C4E2
BlueColor Codes
All color formats for development
HEX
#69C4E2RGB
rgb(105, 196, 226)HSL
hsl(195, 68%, 65%)OKLCH
oklch(0.775 0.097 221.8)CMYK
cmyk(54%, 13%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DB9DD
2#31AED8
3#259BC3
4#2085A7
5#1B6F8B
6#15596F
7#104354
8#0B2C38
9#05161C
Tints
Lighter variations
1#78CAE5
2#87D0E8
3#96D6EB
4#A5DCEE
5#B4E2F1
6#C3E7F4
7#D2EDF6
8#E1F3F9
9#F0F9FC
Tones
Muted variations
1#6FC1DC
2#75BED6
3#7BBBD0
4#81B8CA
5#87B5C4
6#8DB2BE
7#94AFB8
8#9AACB2
9#A0A9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD8 #9CD8EC | BordersInactive statesPlaceholder text |
| 400 | 69C4 #69C4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EB3 #3EB3DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2496 #2496BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D78 #1D7896 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1455 #14556B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D37 #0D3745 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E1F3F9;
--sky-blue-200: #C7E9F4;
--sky-blue-300: #9CD8EC;
--sky-blue-400: #69C4E2;
--sky-blue-500: #3EB3DA;
--sky-blue-600: #2496BC;
--sky-blue-700: #1D7896;
--sky-blue-800: #14556B;
--sky-blue-900: #0D3745;
--sky-blue-950: #08222B;
}