Sky Blue
#69B8E2
BlueColor Codes
All color formats for development
HEX
#69B8E2RGB
rgb(105, 184, 226)HSL
hsl(201, 68%, 65%)OKLCH
oklch(0.748 0.099 233.4)CMYK
cmyk(54%, 19%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DABDD
2#319ED8
3#258CC3
4#2078A7
5#1B648B
6#15506F
7#103C54
8#0B2838
9#05141C
Tints
Lighter variations
1#78BFE5
2#87C6E8
3#96CDEB
4#A5D4EE
5#B4DBF1
6#C3E3F4
7#D2EAF6
8#E1F1F9
9#F0F8FC
Tones
Muted variations
1#6FB6DC
2#75B4D6
3#7BB2D0
4#81B1CA
5#87AFC4
6#8DADBE
7#94ABB8
8#9AA9B2
9#A0A8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E5 #C7E5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD0 #9CD0EC | BordersInactive statesPlaceholder text |
| 400 | 69B8 #69B8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EA4 #3EA4DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2487 #2487BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D6B #1D6B96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144D #144D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D31 #0D3145 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E1F1F9;
--sky-blue-200: #C7E5F4;
--sky-blue-300: #9CD0EC;
--sky-blue-400: #69B8E2;
--sky-blue-500: #3EA4DA;
--sky-blue-600: #2487BC;
--sky-blue-700: #1D6B96;
--sky-blue-800: #144D6B;
--sky-blue-900: #0D3145;
--sky-blue-950: #081F2B;
}