Sky Blue
#689EE3
BlueColor Codes
All color formats for development
HEX
#689EE3RGB
rgb(104, 158, 227)HSL
hsl(214, 69%, 65%)OKLCH
oklch(0.691 0.117 255.1)CMYK
cmyk(54%, 30%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C8BDE
2#3079D9
3#2469C4
4#1F5AA8
5#1A4B8C
6#153C70
7#0F2D54
8#0A1E38
9#050F1C
Tints
Lighter variations
1#77A7E6
2#86B1E9
3#95BBEC
4#A5C5EE
5#B4CEF1
6#C3D8F4
7#D2E2F7
8#E1ECF9
9#F0F5FC
Tones
Muted variations
1#6E9EDD
2#749FD7
3#7BA0D1
4#81A1CB
5#87A2C5
6#8DA2BE
7#93A3B8
8#99A4B2
9#A0A5AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DB #C7DBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBF #9CBFED | BordersInactive statesPlaceholder text |
| 400 | 689E #689EE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D82 #3D82DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2366 #2366BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C51 #1C5197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143A #143A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D25 #0D2545 | Primary textHigh emphasis contentDark headings |
| 950 | 0817 #08172B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E1ECF9;
--sky-blue-200: #C7DBF5;
--sky-blue-300: #9CBFED;
--sky-blue-400: #689EE3;
--sky-blue-500: #3D82DB;
--sky-blue-600: #2366BE;
--sky-blue-700: #1C5197;
--sky-blue-800: #143A6C;
--sky-blue-900: #0D2545;
--sky-blue-950: #08172B;
}