Sky Blue
#6FBFDC
BlueColor Codes
All color formats for development
HEX
#6FBFDCRGB
rgb(111, 191, 220)HSL
hsl(196, 61%, 65%)OKLCH
oklch(0.764 0.089 223.5)CMYK
cmyk(50%, 13%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55B3D6
2#3AA7CF
3#2D95BB
4#2780A0
5#206A85
6#1A556B
7#134050
8#0D2B35
9#06151B
Tints
Lighter variations
1#7EC6E0
2#8CCCE3
3#9AD2E7
4#A9D9EA
5#B7DFEE
6#C6E5F1
7#D4ECF5
8#E2F2F8
9#F1F9FC
Tones
Muted variations
1#75BDD7
2#7ABAD1
3#80B8CC
4#85B5C6
5#8BB2C1
6#90B0BC
7#95ADB6
8#9BABB1
9#A0A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE7 #CAE7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D5 #A1D5E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBF #6FBFDC | Disabled statesSecondary iconsMuted text |
| 500 | 46AD #46ADD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C90 #2C90B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2373 #237390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1952 #195267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1034 #103442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A21 #0A2129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E2F2F8;
--sky-blue-200: #CAE7F2;
--sky-blue-300: #A1D5E8;
--sky-blue-400: #6FBFDC;
--sky-blue-500: #46ADD2;
--sky-blue-600: #2C90B5;
--sky-blue-700: #237390;
--sky-blue-800: #195267;
--sky-blue-900: #103442;
--sky-blue-950: #0A2129;
}